public class PnmlAnnotationGraphics extends PnmlElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
PNML annotation graphics tag.
|
factory, lineNumber, tag
Modifier | Constructor and Description |
---|---|
protected |
PnmlAnnotationGraphics()
Creates a fresh PNML annotation graphics.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Pnml pnml)
Checks validity.
|
PnmlAnnotationGraphics |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element) |
void |
convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the graphics for the given graph element.
|
protected java.lang.String |
exportElements(Pnml pnml)
Exports the annotation graphics.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known.
|
exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importText, setFactory
public static final java.lang.String TAG
protected PnmlAnnotationGraphics()
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
importElements
in class PnmlElement
protected java.lang.String exportElements(Pnml pnml)
exportElements
in class PnmlElement
protected void checkValidity(Pnml pnml)
checkValidity
in class PnmlElement
public void convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
net
- The given net.subNet
- The given sub net.element
- The given element.public PnmlAnnotationGraphics convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)