|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.processmining.plugins.pnml.PnmlElement
org.processmining.plugins.pnml.graphics.PnmlAnnotationGraphics
public class PnmlAnnotationGraphics
PNML annotation graphics.
| Field Summary | |
|---|---|
static java.lang.String |
TAG
PNML annotation graphics tag. |
| Fields inherited from class org.processmining.plugins.pnml.PnmlElement |
|---|
lineNumber, tag |
| Constructor Summary | |
|---|---|
PnmlAnnotationGraphics()
Creates a fresh PNML annotation graphics. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.processmining.plugins.pnml.PnmlElement |
|---|
exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TAG
| Constructor Detail |
|---|
public PnmlAnnotationGraphics()
| Method Detail |
|---|
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
importElements in class PnmlElementprotected java.lang.String exportElements(Pnml pnml)
exportElements in class PnmlElementprotected void checkValidity(Pnml pnml)
checkValidity in class PnmlElementpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||