Constructor and Description |
---|
OpenNetConnection(Petrinet net,
OpenNet openNet) |
Modifier and Type | Method and Description |
---|---|
protected OpenNet |
OpenNet.getEmptyClone() |
Modifier and Type | Method and Description |
---|---|
PnmlModule |
PnmlModule.convertFromOpenNet(OpenNet openNet,
Marking marking,
java.util.Map<java.lang.String,org.processmining.models.graphbased.AbstractGraphElement> idMap,
org.processmining.models.connections.GraphLayoutConnection layout)
Converts the given Open net with the given initial marking into a Pnml
module.
|
void |
PnmlPort.convertToOpenNet(OpenNet openNet) |
void |
PnmlPorts.convertToOpenNet(OpenNet openNet)
Converts all ports to the given Open net.
|
void |
PnmlFinalMarking.convertToOpenNet(OpenNet openNet,
java.util.Map<java.lang.String,Place> placeMap) |
void |
PnmlFinalMarkings.convertToOpenNet(OpenNet openNet,
java.util.Map<java.lang.String,Place> placeMap) |
void |
PnmlModule.convertToOpenNet(OpenNet openNet,
Marking marking,
Pnml pnml,
org.processmining.models.connections.GraphLayoutConnection layout)
Converts the PNML module into an Open net.
|
void |
PnmlLabelConnection.convertToOpenNet(OpenNet net,
Transition transition) |
Modifier and Type | Method and Description |
---|---|
void |
PnmlExportNetToEPNML.exportPetriNetToEPNMLFile(org.processmining.framework.plugin.PluginContext context,
OpenNet openNet,
java.io.File file) |
void |
PnmlExportNetToPNML.exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context,
OpenNet openNet,
java.io.File file) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
OpenNet openNet,
java.io.File file,
Pnml.PnmlType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PnmlImportUtils.connectOpenNet(org.processmining.framework.plugin.PluginContext context,
Pnml pnml,
OpenNet openNet) |