pm4py.objects.conversion.wf_net.variants.to_process_tree module#
- class pm4py.objects.conversion.wf_net.variants.to_process_tree.Parameters(*values)[source]#
Bases:
Enum- DEBUG = 'debug'#
- FOLD = 'fold'#
- pm4py.objects.conversion.wf_net.variants.to_process_tree.generate_new_binary_transition(t1, t2, operator, net)[source]#
- pm4py.objects.conversion.wf_net.variants.to_process_tree.group_blocks_in_net(net, parameters=None)[source]#
Groups the blocks in the Petri net
- Parameters:
net – Petri net
parameters – Parameters of the algorithm
- Returns:
Petri net (blocks are grouped according to the algorithm)
- Return type:
grouped_net