pm4py.objects.ocel.util.attributes_names module#
- pm4py.objects.ocel.util.attributes_names.get_attribute_names(ocel: OCEL, parameters: Dict[Any, Any] | None = None) List[str][source]#
Gets the list of attributes at the event and the object level of an object-centric event log (e.g. [“cost”, “amount”, “name”])
- Parameters:
ocel – Object-centric event log
parameters – Parameters of the algorithm
- Returns:
List of attributes at the event and object level (e.g. [“cost”, “amount”, “name”])
- Return type:
attributes_list