pm4py.objects.ocel.importer.jsonocel.importer module#

class pm4py.objects.ocel.importer.jsonocel.importer.Variants(*values)[source]#

Bases: Enum

CLASSIC = <module 'pm4py.objects.ocel.importer.jsonocel.variants.classic' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/importer/jsonocel/variants/classic.py'>#
OCEL20_STANDARD = <module 'pm4py.objects.ocel.importer.jsonocel.variants.ocel20_standard' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_standard.py'>#
OCEL20_RUSTXES = <module 'pm4py.objects.ocel.importer.jsonocel.variants.ocel20_rustxes' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_rustxes.py'>#
pm4py.objects.ocel.importer.jsonocel.importer.apply(file_path: str, variant=Variants.CLASSIC, parameters: Dict[Any, Any] | None = None) OCEL[source]#

Imports an object-centric event log from a JSON-OCEL file

Parameters:
  • file_path – Path to the JSON-OCEL file

  • variant – Variant of the algorithm to use, possible values: - Variants.CLASSIC

  • parameters – Variant-specific parameters

Returns:

Object-centric event log

Return type:

ocel