pm4py.objects.ocel.exporter.sqlite.exporter module#
- class pm4py.objects.ocel.exporter.sqlite.exporter.Variants(*values)[source]#
Bases:
Enum- PANDAS_EXPORTER = <module 'pm4py.objects.ocel.exporter.sqlite.variants.pandas_exporter' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/exporter/sqlite/variants/pandas_exporter.py'>#
- OCEL20 = <module 'pm4py.objects.ocel.exporter.sqlite.variants.ocel20' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/exporter/sqlite/variants/ocel20.py'>#
- pm4py.objects.ocel.exporter.sqlite.exporter.apply(ocel: OCEL, target_path: str, variant=Variants.PANDAS_EXPORTER, parameters: Dict[Any, Any] | None = None)[source]#
Exports an OCEL to a SQLite database
- Parameters:
ocel – Object-centric event log
target_path – Path to the SQLite database
variant – Variant to use. Possible values: - Variants.PANDAS_EXPORTER => Pandas exporter
parameters – Variant-specific parameters