|
||||||||||
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
org.processmining.plugins.pnml.extensions.PnmlInscription
public class PnmlInscription
Extension PNML inscription object.
Field Summary | |
---|---|
static java.lang.String |
TAG
PNML inscription tag. |
Fields inherited from class org.processmining.plugins.pnml.PnmlAnnotation |
---|
graphics, text, toolSpecificList |
Fields inherited from class org.processmining.plugins.pnml.PnmlElement |
---|
lineNumber, tag |
Constructor Summary | |
---|---|
PnmlInscription()
Creates a fresh inscription. |
Method Summary | |
---|---|
protected void |
checkValidity(Pnml pnml)
Default check for validity: No action. |
PnmlInscription |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
|
void |
convertToNet(Arc arc)
Sets the weight of the given arc in the given net to this inscription. |
protected java.lang.String |
exportElements(Pnml pnml)
Exports the inscription. |
int |
getInscription()
Gets the inscription. |
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.PnmlAnnotation |
---|
convertToNet, convertToNet |
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 PnmlInscription()
Method Detail |
---|
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
importElements
in class PnmlAnnotation
protected void checkValidity(Pnml pnml)
PnmlElement
checkValidity
in class PnmlElement
protected java.lang.String exportElements(Pnml pnml)
exportElements
in class PnmlAnnotation
public int getInscription()
public void convertToNet(Arc arc)
arc
- The given arc.public PnmlInscription convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
convertFromNet
in class PnmlAnnotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |