Uses of Interface
org.processmining.models.graphbased.directed.petrinet.ResetNet
-
-
Uses of ResetNet in org.processmining.connections.logmodel
Constructors in org.processmining.connections.logmodel with parameters of type ResetNet Constructor Description LogPetrinetConnectionImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes, ResetNet graph, java.util.Collection<org.processmining.framework.util.Pair<Transition,org.deckfour.xes.classification.XEventClass>> relations)LogPetrinetConnectionImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes, ResetNet graph, java.util.Map<Transition,org.deckfour.xes.classification.XEventClass> relations) -
Uses of ResetNet in org.processmining.models.connections.petrinets.behavioral
Methods in org.processmining.models.connections.petrinets.behavioral with parameters of type ResetNet Modifier and Type Method Description static FinalMarkingConnectionFinalMarkingConnection. markedNetConnectionFactory(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking m)static InitialMarkingConnectionInitialMarkingConnection. markedNetConnectionFactory(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking m) -
Uses of ResetNet in org.processmining.models.graphbased.directed.petrinet.impl
Classes in org.processmining.models.graphbased.directed.petrinet.impl that implement ResetNet Modifier and Type Class Description classResetNetImplMethods in org.processmining.models.graphbased.directed.petrinet.impl that return ResetNet Modifier and Type Method Description static ResetNetPetrinetFactory. cloneResetNet(ResetNet net)static ResetNetPetrinetFactory. cloneResetNet(ResetNet net, java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement> map)static ResetNetPetrinetFactory. newResetNet(java.lang.String label)Methods in org.processmining.models.graphbased.directed.petrinet.impl with parameters of type ResetNet Modifier and Type Method Description static ResetNetPetrinetFactory. cloneResetNet(ResetNet net)static ResetNetPetrinetFactory. cloneResetNet(ResetNet net, java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement> map)static java.lang.Object[]ToInhibitorNet. toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net)Convert ResetInhibitor-net to Inhibitor-net without marking as an input, produce GUIstatic java.lang.Object[]ToInhibitorNet. toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking marking)Convert ResetInhibitor-net to Inhibitor-net with marking as an input, produce GUIstatic java.lang.Object[]ToResetInhibitorNet. toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net)static java.lang.Object[]ToResetInhibitorNet. toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking marking) -
Uses of ResetNet in org.processmining.models.semantics.petrinet.impl
Method parameters in org.processmining.models.semantics.petrinet.impl with type arguments of type ResetNet Modifier and Type Method Description static ResetNetSemanticsPetrinetSemanticsFactory. elementaryResetNetSemantics(java.lang.Class<? extends ResetNet> net)static ResetNetSemanticsPetrinetSemanticsFactory. regularResetNetSemantics(java.lang.Class<? extends ResetNet> net) -
Uses of ResetNet in org.processmining.plugins.petrinet
Methods in org.processmining.plugins.petrinet with parameters of type ResetNet Modifier and Type Method Description javax.swing.JComponentPetriNetVisualization. visualize(org.processmining.framework.plugin.PluginContext context, ResetNet n)javax.swing.JComponentPetriNetVisualization. visualize(org.processmining.framework.plugin.PluginContext context, ResetNet n, Marking m) -
Uses of ResetNet in org.processmining.plugins.pnml.exporting
Methods in org.processmining.plugins.pnml.exporting with parameters of type ResetNet Modifier and Type Method Description voidPnmlExportNetToEPNML. exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetNet resetNet, java.io.File file)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetNet resetNet, java.io.File file, Pnml.PnmlType type)
-