pm4py.algo.transformation.ocel.graphs.ocel20_computation module#
- class pm4py.algo.transformation.ocel.graphs.ocel20_computation.Parameters(*values)[source]#
Bases:
Enum- INCLUDED_GRAPHS = 'included_graphs'#
- pm4py.algo.transformation.ocel.graphs.ocel20_computation.apply(ocel: OCEL, parameters: Dict[Any, Any] | None = None) OCEL[source]#
Inserts the information inferred from the graph computations in the list of O2O relations of the OCEL
- Parameters:
ocel – Object-centric event log
parameters – Possible parameters of the algorithm: - Parameters.INCLUDED_GRAPHS => graphs to include in the list of O2O relations (object_interaction_graph, object_descendants_graph, object_inheritance_graph, object_cobirth_graph, object_codeath_graph)
- Returns:
Enriched object-centric event log
- Return type:
enriched_ocel