Class PnmlLabelConnection
- java.lang.Object
-
- org.processmining.plugins.pnml.base.PnmlElement
-
- org.processmining.plugins.pnml.elements.extensions.opennet.PnmlLabelConnection
-
- Direct Known Subclasses:
PnmlLabelConnection.Receive,PnmlLabelConnection.Send,PnmlLabelConnection.Sync
public abstract class PnmlLabelConnection extends PnmlElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPnmlLabelConnection.Receivestatic classPnmlLabelConnection.Sendstatic classPnmlLabelConnection.Sync
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringidRef-
Fields inherited from class org.processmining.plugins.pnml.base.PnmlElement
factory, lineNumber, tag
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPnmlLabelConnection(java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PnmlLabelConnectionconvertFromOpenNet(OpenNetLabel label, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> map)voidconvertToOpenNet(OpenNet net, Transition transition)protected java.lang.StringexportAttributes(Pnml pnml)Exports all standard attributes: None.protected voidimportAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all standard attributes: None.-
Methods inherited from class org.processmining.plugins.pnml.base.PnmlElement
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importText, setFactory
-
-
-
-
Method Detail
-
importAttributes
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Description copied from class:PnmlElementImports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.- Overrides:
importAttributesin classPnmlElement
-
exportAttributes
protected java.lang.String exportAttributes(Pnml pnml)
Description copied from class:PnmlElementExports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.- Overrides:
exportAttributesin classPnmlElement- 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)
-
-