pm4py.algo.transformation.ocel.split_ocel.algorithm module#
- class pm4py.algo.transformation.ocel.split_ocel.algorithm.Variants(*values)[source]#
Bases:
Enum- CONNECTED_COMPONENTS = <module 'pm4py.algo.transformation.ocel.split_ocel.variants.connected_components' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/transformation/ocel/split_ocel/variants/connected_components.py'>#
- ANCESTORS_DESCENDANTS = <module 'pm4py.algo.transformation.ocel.split_ocel.variants.ancestors_descendants' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/transformation/ocel/split_ocel/variants/ancestors_descendants.py'>#
- pm4py.algo.transformation.ocel.split_ocel.algorithm.apply(ocel: OCEL, variant=Variants.CONNECTED_COMPONENTS, parameters: Dict[Any, Any] | None = None)[source]#
Splits an OCEL into sub-OCELs using a given criteria (variant).
- Parameters:
ocel – OCEL
variant – Variant of the algorithm to be used, possible values: - Variants.CONNECTED_COMPONENTS
- Returns:
List of OCELs found based on the connected components
- Return type:
splitted_ocel