Class StochasticNet2StochasticLabelledPetriNet


  • public class StochasticNet2StochasticLabelledPetriNet
    extends java.lang.Object
    This is not a lossless operation: not all options of stochasticNets are preserved by this translation to StochasticLabelledPetriNets. Basically, it only takes the weights and ignores everything else. Use with caution!
    Author:
    sander
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSimpleWeightsEditable convert​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net, org.processmining.models.semantics.petrinet.Marking initialMarking)  
      • Methods inherited from class java.lang.Object

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

      • StochasticNet2StochasticLabelledPetriNet

        public StochasticNet2StochasticLabelledPetriNet()
    • Method Detail

      • convert

        public static org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSimpleWeightsEditable convert​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
                                                                                                                            org.processmining.models.semantics.petrinet.Marking initialMarking)