pm4py.streaming.importer.xes.importer module#
- class pm4py.streaming.importer.xes.importer.Variants(*values)[source]#
Bases:
Enum- XES_EVENT_STREAM = <module 'pm4py.streaming.importer.xes.variants.xes_event_stream' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/streaming/importer/xes/variants/xes_event_stream.py'>#
- XES_TRACE_STREAM = <module 'pm4py.streaming.importer.xes.variants.xes_trace_stream' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/streaming/importer/xes/variants/xes_trace_stream.py'>#
- pm4py.streaming.importer.xes.importer.apply(path, variant=Variants.XES_EVENT_STREAM, parameters=None)[source]#
Imports a stream from a XES log
- Parameters:
path – Path to the XES log
variant –
- Variant of the importer:
Variants.XES_EVENT_STREAM
Variants.XES_TRACE_STREAM
- Returns:
Streaming XES reader
- Return type:
streaming_reader