pm4py.objects.process_tree.exporter.variants.ptml module#
- class pm4py.objects.process_tree.exporter.variants.ptml.Parameters(*values)[source]#
Bases:
Enum- ENCODING = 'encoding'#
- pm4py.objects.process_tree.exporter.variants.ptml.get_list_nodes_from_tree(tree, parameters=None)[source]#
Gets the list of nodes from a process tree
- Parameters:
tree – Process tree
parameters – Parameters
- Returns:
List of nodes of the process tree
- Return type:
list_nodes
- pm4py.objects.process_tree.exporter.variants.ptml.export_ptree_tree(tree, parameters=None)[source]#
Exports the XML tree from a process tree
- Parameters:
tree – Process tree
parameters – Parameters of the algorithm
- Returns:
XML tree object
- Return type:
xml_tree