|
||||||||||
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.PnmlAnnotation
public abstract class PnmlAnnotation
Basic PNML annotation object.
Field Summary | |
---|---|
protected PnmlAnnotationGraphics |
graphics
Graphics element. |
PnmlText |
text
Text element. |
protected java.util.List<PnmlToolSpecific> |
toolSpecificList
ToolSpecifics element. |
Fields inherited from class org.processmining.plugins.pnml.PnmlElement |
---|
lineNumber, tag |
Constructor Summary | |
---|---|
PnmlAnnotation(java.lang.String tag)
Creates a fresh annotation object. |
|
PnmlAnnotation(java.lang.String text,
java.lang.String tag)
|
Method Summary | |
---|---|
PnmlAnnotation |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
|
void |
convertToNet(PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode> edge)
|
void |
convertToNet(PetrinetNode node)
|
protected java.lang.String |
exportElements(Pnml pnml)
Exports all standard elements: None. |
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 |
---|
checkValidity, 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 PnmlText text
protected PnmlAnnotationGraphics graphics
protected java.util.List<PnmlToolSpecific> toolSpecificList
Constructor Detail |
---|
public PnmlAnnotation(java.lang.String tag)
tag
- The tag for the annotation.public PnmlAnnotation(java.lang.String text, java.lang.String tag)
Method Detail |
---|
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
importElements
in class PnmlElement
protected java.lang.String exportElements(Pnml pnml)
PnmlElement
exportElements
in class PnmlElement
public void convertToNet(PetrinetNode node)
public void convertToNet(PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode> edge)
public PnmlAnnotation convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |