org.processmining.plugins.pnml.extensions.opennet
Class PnmlLabelConnection
java.lang.Object
org.processmining.plugins.pnml.PnmlElement
org.processmining.plugins.pnml.extensions.opennet.PnmlLabelConnection
- Direct Known Subclasses:
- PnmlLabelConnection.Receive, PnmlLabelConnection.Send, PnmlLabelConnection.Sync
public abstract class PnmlLabelConnection
- extends PnmlElement
Field Summary |
protected java.lang.String |
idRef
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idRef
protected java.lang.String idRef
PnmlLabelConnection
public PnmlLabelConnection(java.lang.String tag)
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:
convertToOpenNet
public void convertToOpenNet(OpenNet net,
Transition transition)
convertFromOpenNet
public PnmlLabelConnection convertFromOpenNet(OpenNetLabel label,
java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> map)