Uses of Interface
org.processmining.models.graphbased.directed.petrinet.Petrinet
-
-
Uses of Petrinet in org.processmining.connections.logmodel
Constructors in org.processmining.connections.logmodel with parameters of type Petrinet Constructor Description LogPetrinetConnectionImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes, Petrinet 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, Petrinet graph, java.util.Map<Transition,org.deckfour.xes.classification.XEventClass> relations) -
Uses of Petrinet in org.processmining.models.connections.opennet
Constructors in org.processmining.models.connections.opennet with parameters of type Petrinet Constructor Description OpenNetConnection(Petrinet net, OpenNet openNet) -
Uses of Petrinet in org.processmining.models.connections.petrinets.behavioral
Methods in org.processmining.models.connections.petrinets.behavioral with parameters of type Petrinet Modifier and Type Method Description static FinalMarkingConnectionFinalMarkingConnection. markedNetConnectionFactory(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking m)static InitialMarkingConnectionInitialMarkingConnection. markedNetConnectionFactory(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking m)Constructors in org.processmining.models.connections.petrinets.behavioral with parameters of type Petrinet Constructor Description NonRelaxedSoundTransitionsConnection(Petrinet net, Marking marking, org.processmining.models.semantics.Semantics<Marking,Transition> semantics, NonRelaxedSoundTransitionsSet causalNonRelaxedSoundTransitions)RelaxedSoundessInfoConnection(Petrinet net, Marking marking, org.processmining.models.semantics.Semantics<Marking,Transition> semantics, NetAnalysisInformation.RELAXEDSOUND netAnalysisInformation) -
Uses of Petrinet in org.processmining.models.factories
Methods in org.processmining.models.factories with parameters of type Petrinet Modifier and Type Method Description static PetriNetListPetriNetListFactory. createPetriNetList(Petrinet... nets)Deprecated. -
Uses of Petrinet in org.processmining.models.graphbased.directed.opennet
Classes in org.processmining.models.graphbased.directed.opennet that implement Petrinet Modifier and Type Class Description classOpenNet -
Uses of Petrinet in org.processmining.models.graphbased.directed.petrinet.analysis
Methods in org.processmining.models.graphbased.directed.petrinet.analysis with parameters of type Petrinet Modifier and Type Method Description static PlaceWorkflowNetUtils. getInputPlace(Petrinet net)Returns the input place of this net.static PlaceWorkflowNetUtils. getOutputPlace(Petrinet net)Returns the output place of this net.static java.util.SortedSet<Place>WorkflowNetUtils. getSinkPlaces(Petrinet net)Returns the set of sink places of this net.static java.util.SortedSet<Place>WorkflowNetUtils. getSourcePlaces(Petrinet net)Returns the set of source places of this net.static java.util.SortedSet<PetrinetNode>WorkflowNetUtils. getUnconnectedNodes(Petrinet net)Returns the set of unconnected nodes of this net.static booleanWorkflowNetUtils. isValidWFNet(Petrinet net)This method checks whether: 1) There is exactly one input place, 2) there is exactly one output place, 3) all nodes are on a path from the input place to the output place.static java.lang.Object[]WorkflowNetUtils. shortCircuit(org.processmining.framework.plugin.PluginContext context, Petrinet net) -
Uses of Petrinet in org.processmining.models.graphbased.directed.petrinet.configurable
Subinterfaces of Petrinet in org.processmining.models.graphbased.directed.petrinet.configurable Modifier and Type Interface Description interfaceConfigurablePetrinet<NetType extends PetrinetGraph>Configurable Petri net that builds on top of an existing class of Petri nets specified by parameter NetType. -
Uses of Petrinet in org.processmining.models.graphbased.directed.petrinet.configurable.impl
Classes in org.processmining.models.graphbased.directed.petrinet.configurable.impl that implement Petrinet Modifier and Type Class Description classConfigurableResetInhibitorNetA configurableResetInhibitorNet. -
Uses of Petrinet in org.processmining.models.graphbased.directed.petrinet.impl
Classes in org.processmining.models.graphbased.directed.petrinet.impl that implement Petrinet Modifier and Type Class Description classPetrinetImplMethods in org.processmining.models.graphbased.directed.petrinet.impl that return Petrinet Modifier and Type Method Description static PetrinetPetrinetFactory. clonePetrinet(Petrinet net)static PetrinetPetrinetFactory. clonePetrinet(Petrinet net, java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement> map)static PetrinetPetrinetFactory. newPetrinet(java.lang.String label)Methods in org.processmining.models.graphbased.directed.petrinet.impl with parameters of type Petrinet Modifier and Type Method Description static PetrinetPetrinetFactory. clonePetrinet(Petrinet net)static PetrinetPetrinetFactory. clonePetrinet(Petrinet net, java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement> map)static java.lang.Object[]ToInhibitorNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net)static java.lang.Object[]ToInhibitorNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking)static java.lang.Object[]ToResetInhibitorNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net)static java.lang.Object[]ToResetInhibitorNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking)static java.lang.Object[]ToResetNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net)static java.lang.Object[]ToResetNet. fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking) -
Uses of Petrinet in org.processmining.models.graphbased.directed.petrinetwithdata
Classes in org.processmining.models.graphbased.directed.petrinetwithdata that implement Petrinet Modifier and Type Class Description classPetriNetWithData -
Uses of Petrinet in org.processmining.models.semantics.petrinet.impl
Method parameters in org.processmining.models.semantics.petrinet.impl with type arguments of type Petrinet Modifier and Type Method Description static PetrinetSemanticsPetrinetSemanticsFactory. elementaryPetrinetSemantics(java.lang.Class<? extends Petrinet> net)static PetrinetSemanticsPetrinetSemanticsFactory. regularPetrinetSemantics(java.lang.Class<? extends Petrinet> net) -
Uses of Petrinet in org.processmining.petrinets.algorithms
Methods in org.processmining.petrinets.algorithms with parameters of type Petrinet Modifier and Type Method Description java.lang.StringExportCpnXmlAlgorithm. apply(Petrinet net, org.processmining.models.connections.GraphLayoutConnection layout, Marking marking, java.lang.String name) -
Uses of Petrinet in org.processmining.petrinets.analysis.gedsim.plugins
Methods in org.processmining.petrinets.analysis.gedsim.plugins with parameters of type Petrinet Modifier and Type Method Description static java.lang.DoubleGraphEditDistanceSimilarityPlugin. calculatePetrinetDefaultAB(org.processmining.contexts.uitopia.UIPluginContext context, Petrinet modelA, Petrinet modelB)static java.lang.DoubleGraphEditDistanceSimilarityPlugin. calculatePetrinetDefaultAB(org.processmining.framework.plugin.PluginContext context, Petrinet modelA, Petrinet modelB)static java.lang.DoubleGraphEditDistanceSimilarityPlugin. calculatePetrinetDefaultAB(Petrinet modelA, Petrinet modelB, GraphEditDistanceSimilarityParameters params) -
Uses of Petrinet in org.processmining.petrinets.factories
Methods in org.processmining.petrinets.factories with parameters of type Petrinet Modifier and Type Method Description static PetriNetListPetriNetListFactory. createPetriNetList(Petrinet... nets)Deprecated. -
Uses of Petrinet in org.processmining.petrinets.list.factory
Methods in org.processmining.petrinets.list.factory with parameters of type Petrinet Modifier and Type Method Description static PetriNetListPetriNetListFactory. createPetriNetList(Petrinet... nets) -
Uses of Petrinet in org.processmining.petrinets.list.plugin
Methods in org.processmining.petrinets.list.plugin with parameters of type Petrinet Modifier and Type Method Description static PetriNetListCreatePetriNetListPlugin. runPlugin(org.processmining.framework.plugin.PluginContext context, Petrinet... nets)static PetriNetListCreatePetriNetListPlugin. runPlugin(Petrinet... nets) -
Uses of Petrinet in org.processmining.petrinets.plugins
Methods in org.processmining.petrinets.plugins with parameters of type Petrinet Modifier and Type Method Description voidExportCpnXmlPlugin. export(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file) -
Uses of Petrinet in org.processmining.petrinets.utils
Methods in org.processmining.petrinets.utils with parameters of type Petrinet Modifier and Type Method Description static voidPetriNetUtils. addFinalMarking(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking)static voidPetriNetUtils. addInitialMarking(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking)static Marking[]PetriNetUtils. getFinalMarkings(org.processmining.framework.plugin.PluginContext context, Petrinet net)static Marking[]PetriNetUtils. getInitialMarkings(org.processmining.framework.plugin.PluginContext context, Petrinet net)static intPetriNetUtils. getNumberOfFinalMarkgins(org.processmining.framework.plugin.PluginContext context, Petrinet net)static intPetriNetUtils. getNumberOfInitialMarkings(org.processmining.framework.plugin.PluginContext context, Petrinet net)static booleanPetriNetUtils. hasInitialMarkings(org.processmining.framework.plugin.PluginContext context, Petrinet net)static booleanPetriNetUtils. hasNumberOfFinalMarkgins(org.processmining.framework.plugin.PluginContext context, Petrinet net) -
Uses of Petrinet in org.processmining.plugins.petrinet
Methods in org.processmining.plugins.petrinet with parameters of type Petrinet Modifier and Type Method Description javax.swing.JComponentPetriNetVisualization. visualize(org.processmining.framework.plugin.PluginContext context, Petrinet n)javax.swing.JComponentPetriNetVisualization. visualize(org.processmining.framework.plugin.PluginContext context, Petrinet n, Marking m) -
Uses of Petrinet in org.processmining.plugins.petrinet.importing.tpn
Methods in org.processmining.plugins.petrinet.importing.tpn with parameters of type Petrinet Modifier and Type Method Description voidTpnParser. Place(Petrinet net)voidTpnParser. start(Petrinet net)voidTpnParser. Trans(Petrinet net) -
Uses of Petrinet in org.processmining.plugins.pnml.exporting
Methods in org.processmining.plugins.pnml.exporting with parameters of type Petrinet Modifier and Type Method Description voidPnmlExportNetToEPNML. exportPetriNetToEPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file)voidPnmlExportNetToPNML. exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file, Pnml.PnmlType type)java.lang.StringPnmlExportNet. exportPetriNetToPNMLOrEPNMLString(org.processmining.framework.plugin.PluginContext context, Petrinet net, Pnml.PnmlType type, boolean xmlTag) -
Uses of Petrinet in org.processmining.plugins.utils
Methods in org.processmining.plugins.utils that return Petrinet Modifier and Type Method Description static PetrinetRemoveUnconnectedNodesPlugin. apply(org.processmining.contexts.uitopia.UIPluginContext context, Petrinet net)static PetrinetRemoveUnconnectedNodesPlugin. apply(Petrinet net)Context-unaware version, does not allow us to find markings!Methods in org.processmining.plugins.utils with parameters of type Petrinet Modifier and Type Method Description static PetrinetRemoveUnconnectedNodesPlugin. apply(org.processmining.contexts.uitopia.UIPluginContext context, Petrinet net)static PetrinetRemoveUnconnectedNodesPlugin. apply(Petrinet net)Context-unaware version, does not allow us to find markings!
-