pm4py.algo.transformation.ocel.graphs.object_inheritance_graph module#

pm4py.algo.transformation.ocel.graphs.object_inheritance_graph.apply(ocel: OCEL, parameters: Dict[Any, Any] | None = None) Set[Tuple[str, str]][source]#

Calculates the object descendants graph. Two objects o1 and o2, both related to an event e, are connected if: - e is the last event of the lifecycle of o1 - e is the first event of the lifecycle of o2

Parameters:
  • ocel – Object-centric event log

  • parameters – Parameters of the algorithm

Returns:

Object inheritance graph (directed)

Return type:

object_inheritance_graph