Uses of Class
org.processmining.models.graphbased.directed.opennet.OpenNet
-
-
Uses of OpenNet in org.processmining.models.connections.opennet
Constructors in org.processmining.models.connections.opennet with parameters of type OpenNet Constructor Description OpenNetConnection(Petrinet net, OpenNet openNet) -
Uses of OpenNet in org.processmining.models.graphbased.directed.opennet
Methods in org.processmining.models.graphbased.directed.opennet that return OpenNet Modifier and Type Method Description protected OpenNetOpenNet. getEmptyClone() -
Uses of OpenNet in org.processmining.plugins.pnml.elements.extensions.opennet
Methods in org.processmining.plugins.pnml.elements.extensions.opennet with parameters of type OpenNet Modifier and Type Method Description PnmlModulePnmlModule. 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.voidPnmlFinalMarking. convertToOpenNet(OpenNet openNet, java.util.Map<java.lang.String,Place> placeMap)voidPnmlFinalMarkings. convertToOpenNet(OpenNet openNet, java.util.Map<java.lang.String,Place> placeMap)voidPnmlLabelConnection. convertToOpenNet(OpenNet net, Transition transition)voidPnmlModule. convertToOpenNet(OpenNet openNet, Marking marking, Pnml pnml, org.processmining.models.connections.GraphLayoutConnection layout)Converts the PNML module into an Open net.voidPnmlPort. convertToOpenNet(OpenNet openNet)voidPnmlPorts. convertToOpenNet(OpenNet openNet)Converts all ports to the given Open net. -
Uses of OpenNet in org.processmining.plugins.pnml.exporting
Methods in org.processmining.plugins.pnml.exporting with parameters of type OpenNet Modifier and Type Method Description voidPnmlExportNetToEPNML. exportPetriNetToEPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file)voidPnmlExportNetToPNML. exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file, Pnml.PnmlType type) -
Uses of OpenNet in org.processmining.plugins.pnml.importing
Methods in org.processmining.plugins.pnml.importing with parameters of type OpenNet Modifier and Type Method Description java.lang.ObjectPnmlImportUtils. connectOpenNet(org.processmining.framework.plugin.PluginContext context, Pnml pnml, OpenNet openNet)
-