Class SimulatorCombo


  • public class SimulatorCombo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulatorCombo​(org.processmining.models.graphbased.directed.petrinet.Petrinet petriNet, org.processmining.models.semantics.petrinet.Marking initialMarking, org.processmining.petrinetsimulator.parameters.SimulationSettings settings, org.deckfour.xes.factory.XFactory factory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog simulate()  
      org.deckfour.xes.model.XTrace simulateTrace​(long startTime, int traceID)  
      • Methods inherited from class java.lang.Object

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

      • SimulatorCombo

        public SimulatorCombo​(org.processmining.models.graphbased.directed.petrinet.Petrinet petriNet,
                              org.processmining.models.semantics.petrinet.Marking initialMarking,
                              org.processmining.petrinetsimulator.parameters.SimulationSettings settings,
                              org.deckfour.xes.factory.XFactory factory)
    • Method Detail

      • simulate

        public org.deckfour.xes.model.XLog simulate()
      • simulateTrace

        public org.deckfour.xes.model.XTrace simulateTrace​(long startTime,
                                                           int traceID)