Skip to main content

PathSchemaTypeNode

A node (event or object type) of the OCEL type graph, with its entity count.
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

3 nested items
structA node (event or object type) of the OCEL type graph, with its entity count.
count*:i64<uint>Number of entities of this type.
is_event*:boolWhether this is an event type (true) or object type (false).
name*:StringType name (activity / object class).

Example JSON Value

{
  "count": 1,
  "is_event": false,
  "name": "example"
}