Skip to main content

TypeRef

A reference to an OCEL type: an event type or an object type, by name.

Type-level analogue of EntityRef (which references an instance). Event and object
types live in separate namespaces, so the same name can denote both; carrying the kind
here keeps them distinct everywhere a type is named.
Used as Input

1

function accept this type(+4 nested)

Used as Output

0

functions return this type

Type Definition

4 nested items
struct | structA reference to an OCEL type: an event type or an object type, by name.

Example JSON Value

{
  "Event": "example"
}

Functions Accepting This Type(1)