Skip to main content

OCELTypeStats

Statistics on the event and object types of an OCEL
Used as Input

0

functions accept this type

Used as Output

1

function return this type

Type Definition

4 nested items
OCELTypeStatsStatistics on the event and object types of an OCEL
event_type_counts*:HashMap<String, i64<uint>>Number of events per event type/activity
[key: string]:i64<uint>
object_type_counts*:HashMap<String, i64<uint>>Number of objects per object type
[key: string]:i64<uint>

Example JSON Value

{
  "event_type_counts": {
    "something": 1
  },
  "object_type_counts": {
    "something": 1
  }
}

Functions Returning This Type(1)