Skip to main content

OCEL

Object-centric Event Log

Consists of multiple OCELEvents and OCELObjects with corresponding event and object OCELTypes
Used as Input

3

functions accept this type

Used as Output

1

function return this type

Type Definition

52 nested items
OCELObject-centric Event Log
eventTypes*:Vec<OCELType>Event Types in OCEL
events:Vec<OCELEvent>Events contained in OCEL
objectTypes*:Vec<OCELType>Object Types in OCEL
objects:Vec<OCELObject>Objects contained in OCEL

Example JSON Value

{
  "eventTypes": [
    {
      "name": "example"
    }
  ],
  "objectTypes": [
    {
      "name": "example"
    }
  ]
}

Functions Accepting This Type(3)

Functions Returning This Type(1)