public class TsmlArcGraphics extends TsmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
PNML annotation graphics tag.
|
lineNumber, tag| Constructor and Description |
|---|
TsmlArcGraphics()
Creates a fresh PNML arc graphics.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportElements(Tsml tsml)
Exports the arc graphics.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Checks whether the current start tag is known.
|
TsmlArcGraphics |
marshall(org.processmining.models.graphbased.AbstractGraphElement element,
org.processmining.models.connections.GraphLayoutConnection layout) |
void |
unmarshall(org.processmining.models.graphbased.AbstractGraphElement element,
org.processmining.models.connections.GraphLayoutConnection layout)
Sets the graphics for the given graph element.
|
checkValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importTextpublic static final java.lang.String TAG
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
importElements in class TsmlElementprotected java.lang.String exportElements(Tsml tsml)
exportElements in class TsmlElementpublic void unmarshall(org.processmining.models.graphbased.AbstractGraphElement element,
org.processmining.models.connections.GraphLayoutConnection layout)
subNet - The given sub net.element - The given element.displacement - The displacement for this sub net.public TsmlArcGraphics marshall(org.processmining.models.graphbased.AbstractGraphElement element, org.processmining.models.connections.GraphLayoutConnection layout)