public class EpmlMove2 extends EpmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
EpmlMove2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Epml epml)
Default check for validity: No action.
|
void |
convertToEpc(EPCGraph epc,
java.util.List<java.awt.geom.Point2D> points,
EPCNode node,
org.processmining.models.connections.GraphLayoutConnection layout) |
void |
convertToEpc(EPCGraph epc,
java.util.List<java.awt.geom.Point2D> points,
org.processmining.models.connections.GraphLayoutConnection layout) |
protected java.lang.String |
exportAttributes()
Exports all standard attributes: None.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
Imports all standard attributes: None.
|
checkBoolean, checkDecimal, checkNonNegativeIntegerOrK, checkPositiveInteger, checkPositiveIntegerOrK, checkPositiveIntegers, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, importElement, importElements, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
EpmlElementimportAttributes in class EpmlElementprotected java.lang.String exportAttributes()
EpmlElementexportAttributes in class EpmlElementprotected void checkValidity(Epml epml)
EpmlElementcheckValidity in class EpmlElementpublic void convertToEpc(EPCGraph epc, java.util.List<java.awt.geom.Point2D> points, org.processmining.models.connections.GraphLayoutConnection layout)