Class StochasticLabelledPetriNetSample


  • public class StochasticLabelledPetriNetSample
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int chooseTransition​(org.processmining.statisticaltests.helperclasses.StochasticLabelledPetriNetSample.Scratch s)  
      static org.deckfour.xes.model.XLog sample​(org.processmining.models.graphbased.directed.petrinet.StochasticNet sNet, org.processmining.models.semantics.petrinet.Marking initialMarking, int numberOfTraces, java.util.SplittableRandom random, org.processmining.framework.plugin.ProMCanceller canceller)  
      static org.deckfour.xes.model.XLog sample​(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, int numberOfTraces, java.util.SplittableRandom random, org.processmining.framework.plugin.ProMCanceller canceller)  
      static org.deckfour.xes.model.XTrace sampleTrace​(org.processmining.statisticaltests.helperclasses.StochasticLabelledPetriNetSample.Scratch s, org.processmining.framework.plugin.ProMCanceller canceller)  
      • Methods inherited from class java.lang.Object

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

      • StochasticLabelledPetriNetSample

        public StochasticLabelledPetriNetSample()
    • Method Detail

      • sample

        public static org.deckfour.xes.model.XLog sample​(org.processmining.models.graphbased.directed.petrinet.StochasticNet sNet,
                                                         org.processmining.models.semantics.petrinet.Marking initialMarking,
                                                         int numberOfTraces,
                                                         java.util.SplittableRandom random,
                                                         org.processmining.framework.plugin.ProMCanceller canceller)
                                                  throws ModelHasZeroWeightsException
        Throws:
        ModelHasZeroWeightsException
      • sample

        public static org.deckfour.xes.model.XLog sample​(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net,
                                                         int numberOfTraces,
                                                         java.util.SplittableRandom random,
                                                         org.processmining.framework.plugin.ProMCanceller canceller)
                                                  throws ModelHasZeroWeightsException
        Throws:
        ModelHasZeroWeightsException
      • sampleTrace

        public static org.deckfour.xes.model.XTrace sampleTrace​(org.processmining.statisticaltests.helperclasses.StochasticLabelledPetriNetSample.Scratch s,
                                                                org.processmining.framework.plugin.ProMCanceller canceller)
                                                         throws ModelHasZeroWeightsException
        Throws:
        ModelHasZeroWeightsException