org.processmining.plugins.pnml.extensions.opennet
Class PnmlMarkedPlace
java.lang.Object
org.processmining.plugins.pnml.PnmlElement
org.processmining.plugins.pnml.extensions.opennet.PnmlMarkedPlace
public class PnmlMarkedPlace
- extends PnmlElement
Field Summary |
static java.lang.String |
TAG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
PnmlMarkedPlace
public PnmlMarkedPlace()
importAttributes
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
- Description copied from class:
PnmlElement
- Imports all standard attributes: None. If some subclass has attributes,
this method needs to be overruled by it.
- Overrides:
importAttributes
in class PnmlElement
exportAttributes
protected java.lang.String exportAttributes(Pnml pnml)
- Description copied from class:
PnmlElement
- Exports all standard attributes: None. If some subclass has attributes,
this method needs to be overruled by it.
- Overrides:
exportAttributes
in class PnmlElement
- Returns:
importElements
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
- Description copied from class:
PnmlElement
- Imports all standard child elements: None. If some subclass has child
elements, this method needs to be overruled by it.
- Overrides:
importElements
in class PnmlElement
- Returns:
exportElements
protected java.lang.String exportElements(Pnml pnml)
- Description copied from class:
PnmlElement
- Exports all standard elements: None. If some subclass has child elements,
this method needs to be overruled by it.
- Overrides:
exportElements
in class PnmlElement
- Returns:
convertToOpenNet
public void convertToOpenNet(Marking marking,
java.util.Map<java.lang.String,Place> placeMap)
convertFromOpenNet
public PnmlMarkedPlace convertFromOpenNet(java.lang.String id,
int nofTokens)