ocpa.algo.util.process_executions.versions package
Submodules
ocpa.algo.util.process_executions.versions.connected_components module
- ocpa.algo.util.process_executions.versions.connected_components.apply(ocel, parameters)
Extracting process executions through connected components of the object graph. Calling this method is usually integrated in the
OCEL classand is specified in the parameters usually set when importing the OCEL inCSV importerorJSONOCEL importerorJSONXML importer.- Parameters
ocel (
OCEL) – Object-centric event log- Returns
cases, object_mapping, case_mapping
ocpa.algo.util.process_executions.versions.leading_type module
- ocpa.algo.util.process_executions.versions.leading_type.apply(ocel, parameters)
Extracting process executions through leading type extraction of the object graph. Calling this method is usually integrated in the
OCEL classand is specified in the parameters usually set when importing the OCEL inCSV importerorJSONOCEL importerorJSONXML importer.- Parameters
ocel (
OCEL) – Object-centric event logparameters (Dict) – Dictionary containing leading_type (usually already set when importing the event log)
- Returns
cases, object_mapping, case_mapping