pm4py.objects.ocel.importer.xmlocel.importer module#

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

Bases: Enum

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

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

Parameters:
  • file_path – Path to the XML-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