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