pm4py.objects.ocel.exporter.jsonocel.exporter module#

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

Bases: Enum

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

Exports an object-centric event log in a JSONOCEL file

Parameters:
  • ocel – Object-centric event log

  • target_path – Destination path

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

  • parameters – Variant-specific parameters