Skip to main content

flatten

process_mining::core::event_data::object_centric::utils::flatten

Functions in this Module(1)

flatten_ocel_on

Flatten an OCEL on a specific object type, resulting in a case-centric Event Log
For each object of the specified type, a trace is created containing all events related to that object,
ordered by their timestamp.
Source
fn flatten_ocel_on(ocel*: SlimLinkedOCEL, object_type*: String)EventLog

Arguments

Returns

import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')

res = r4pm.bindings.flatten_ocel_on(ocel, 'order')