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 class and is specified in the parameters usually set when importing the OCEL in CSV importer or JSONOCEL importer or JSONXML 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 class and is specified in the parameters usually set when importing the OCEL in CSV importer or JSONOCEL importer or JSONXML importer.

Parameters
  • ocel (OCEL) – Object-centric event log

  • parameters (Dict) – Dictionary containing leading_type (usually already set when importing the event log)

Returns

cases, object_mapping, case_mapping

Module contents