pm4py.algo.simulation.playout.process_tree.algorithm module#

class pm4py.algo.simulation.playout.process_tree.algorithm.Variants(*values)[source]#

Bases: Enum

BASIC_PLAYOUT = <module 'pm4py.algo.simulation.playout.process_tree.variants.basic_playout' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/simulation/playout/process_tree/variants/basic_playout.py'>#
EXTENSIVE = <module 'pm4py.algo.simulation.playout.process_tree.variants.extensive' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/simulation/playout/process_tree/variants/extensive.py'>#
TOPBOTTOM = <module 'pm4py.algo.simulation.playout.process_tree.variants.topbottom' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/simulation/playout/process_tree/variants/topbottom.py'>#
pm4py.algo.simulation.playout.process_tree.algorithm.apply(tree: ProcessTree, variant=Variants.TOPBOTTOM, parameters: Dict[Any, Any] | None = None) EventLog[source]#

Performs a playout of a process tree

Parameters:
  • tree – Process tree

  • variant – Variant of the algorithm: - Variants.BASIC_PLAYOUT: basic playout - Variants.EXTENSIVE: extensive playout (all the possible traces)

  • parameters – Parameters of the algorithm