All Functions
Browse all 53 available functions in the library.
Add artificial init/exit events to an OCEL
Discover a [`PetriNet`] using the Alpha+++ Process Discovery algorithm
Discover [`DirectlyFollowsGraph`] with default classifier
Construct an [`OCDirectlyFollowsGraph`] from an OCEL
Discover behavioral OC-DECLARE constraints from the given OCEL
Export the image of a [`DirectlyFollowsGraph`] as a PNG file
Export the image of a [`DirectlyFollowsGraph`] as a SVG file
Export the image of a [`PetriNet`] as a PNG file
Export the image of a [`PetriNet`] as a SVG file
Flatten an OCEL on a specific object type, resulting in a case-centric Event Log
Generate dotted chart data from an event log.
Aggregate event timestamps into a fixed number of bins, grouped by activity.
Extract the attribute change history for a specific object.
Convert an [`OCEL`] to an [`IndexLinkedOCEL`]
Add an E2O (event-to-object) relationship with the specified qualifier
Add a new event to a [`SlimLinkedOCEL`]
Add a new event type to a [`SlimLinkedOCEL`]
Add an O2O (object-to-object) relationship with the specified qualifier
Add a new object to a [`SlimLinkedOCEL`]
Add a new object type to a [`SlimLinkedOCEL`]
Reconstruct a full [`OCEL`] from a [`SlimLinkedOCEL`]
Remove the E2O relationship between the given event and object
Remove the O2O relationship between the given objects
Get the E2O (event-to-object) relationships of an event as (qualifier, `object_index`) pairs
Get the reverse E2O relationships of an object as (qualifier, `event_index`) pairs
Get the value of a specific event attribute by name
Get an event index by its ID
Get the ID of an event
Get the timestamp of an event
Get the event type specification for a given type name
Get the event type (activity) of an event
Get all event type names
Get all event indices of a given event type
Get the full materialized event (with expanded type, attributes, and relationships)
Get the full materialized object (with expanded type, attributes, and relationships)
Get the O2O (object-to-object) relationships of an object as (qualifier, `object_index`) pairs
Get the reverse O2O relationships of an object as (qualifier, `object_index`) pairs
Get all values (with timestamps) of a specific object attribute by name
Get an object index by its ID
Get the ID of an object
Get the object type specification for a given type name
Get the object type of an object
Get all object type names
Get all object indices of a given object type
Create a new empty [`SlimLinkedOCEL`]
Convert an [`EventLog`] into an [`EventLogActivityProjection`]
Get the number of events in an [`OCEL`]
Get the number of objects in an [`OCEL`]
Returns the confidence conformance of an OC-DECLARE arc on the given OCEL
Compute statistics on object/event types in the OCEL
Convert an [`OCEL`] to an [`SlimLinkedOCEL`]
This is a test function.