Class AcceptingPetriNet2StochasticLabelledPetriNetAdjustmentWeights
- java.lang.Object
-
- org.processmining.longdistancedependencies.AcceptingPetriNet2StochasticLabelledPetriNetAdjustmentWeights
-
public class AcceptingPetriNet2StochasticLabelledPetriNetAdjustmentWeights extends java.lang.ObjectConverts the Petri net into a stochastic labelled Petri net, but doesn't put any weights. Notice that this method assumes that the Petri net ends in a deadlock, and that every deadlock is accepting.- Author:
- sander
-
-
Constructor Summary
Constructors Constructor Description AcceptingPetriNet2StochasticLabelledPetriNetAdjustmentWeights()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StochasticLabelledPetriNetAdjustmentWeightsEditableconvert(org.processmining.models.graphbased.directed.petrinet.Petrinet oldNet, org.processmining.models.semantics.petrinet.Marking oldInitialMarking)
-
-
-
Method Detail
-
convert
public static StochasticLabelledPetriNetAdjustmentWeightsEditable convert(org.processmining.models.graphbased.directed.petrinet.Petrinet oldNet, org.processmining.models.semantics.petrinet.Marking oldInitialMarking)
-
-