Class PNSimulatorPlugin
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.simulator.PNSimulatorPlugin
-
public class PNSimulatorPlugin extends java.lang.ObjectDeprecated.Use CPN Tools or TimeNET instead for simulation of Petri NetsVery basic Petri net simulator that can handle 1-safe P/T nets with arbitrary duration distributions.- Author:
- Andreas Rogge-Solti
-
-
Constructor Summary
Constructors Constructor Description PNSimulatorPlugin()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.deckfour.xes.model.XLogoptions(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph petriNet)Deprecated.In most cases, you want to use real and mature Petri net simulators (e.g., CPN Tools) instead!
-
-
-
Method Detail
-
options
@Deprecated public static org.deckfour.xes.model.XLog options(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph petriNet)Deprecated.In most cases, you want to use real and mature Petri net simulators (e.g., CPN Tools) instead!Should be able to simulate very simple (stochastic) P/T Petri nets. Caution: Use of established and performance simulation tools, such as CPN-Tools, is strongly encouraged. This plugin was only made for quick feedback on models without the round-trip to another tool.- Parameters:
context-petriNet- the net to be simulated- Returns:
- a XES-log to be used in ProM.
-
-