pm4py.objects.petri_net.saw_net.obj module#
- class pm4py.objects.petri_net.saw_net.obj.StochasticArcWeightNet(name: str = None, places: Collection[Place] = None, transitions: Collection[Transition] = None, arcs: Collection[Arc] = None, properties: Dict[str, Any] = None)[source]#
Bases:
StochasticPetriNetPetri nets with stochastic arc weights. Arcs are assumed to desribe distributions of token consumption/production. We utilize the weight attribute that is defined in the Petri net based class to store the distribution.