public class EpmlMove extends EpmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
EpmlMove() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertToEpc(EPCGraph epc,
java.util.List<java.awt.geom.Point2D> points,
EPCNode source,
EPCNode target,
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 |
exportElements()
Exports all standard elements: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
Imports all standard child elements: None.
|
checkBoolean, checkDecimal, checkNonNegativeIntegerOrK, checkPositiveInteger, checkPositiveIntegerOrK, checkPositiveIntegers, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importTextpublic static final java.lang.String TAG
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
EpmlElementimportElements in class EpmlElementprotected java.lang.String exportElements()
EpmlElementexportElements in class EpmlElementpublic void convertToEpc(EPCGraph epc, java.util.List<java.awt.geom.Point2D> points, org.processmining.models.connections.GraphLayoutConnection layout)