pm4py.algo.transformation.ocel.graphs.object_codeath_graph module#
- pm4py.algo.transformation.ocel.graphs.object_codeath_graph.apply(ocel: OCEL, parameters: Dict[Any, Any] | None = None) Set[Tuple[str, str]][source]#
Calculates the object codeath graph.
This is calculated like the object cobirth graph, but visiting the list of events in the reverse order.
- Parameters:
ocel – Object-centric event log
parameters – Parameters of the algorithm
- Returns:
Object codeath graph (undirected)
- Return type:
object_codeath_graph