Class PNSimulatorPlugin


  • public class PNSimulatorPlugin
    extends java.lang.Object
    Deprecated.
    Use CPN Tools or TimeNET instead for simulation of Petri Nets
    Very 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.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!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PNSimulatorPlugin

        public PNSimulatorPlugin()
        Deprecated.
    • 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.