pm4py.convert#
The pm4py.convert
module contains the cross-conversions implemented in pm4py
Functions
|
Converts an event log to a NetworkX DiGraph object. |
|
Converts an event log to an object-centric event log (OCEL) with one or more object types. |
|
Extracts a list of time intervals from an event log. |
|
Converts an OCEL to a NetworkX DiGraph object. |
|
Converts a Petri net to a NetworkX DiGraph. |
|
Changes the internal type of a Petri net. |
|
Converts an object to a BPMN diagram. |
|
Converts a log object ( |
|
Converts a DataFrame or EventStream object to an event log object. |
|
Converts a log object or DataFrame to an event stream. |
|
Converts an input model to an (accepting) Petri net. |
|
Converts an input model to a process tree. |
Converts an input model to a reachability graph (transition system). |