Skip to main content

TypeEdge

A directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

11 nested items
structA directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
qualifier*:StringRelationship qualifier this edge represents.
source*:TypeRefA reference to an OCEL type: an event type or an object type, by name.
target*:TypeRefA reference to an OCEL type: an event type or an object type, by name.

Example JSON Value

{
  "qualifier": "places",
  "source": {
    "Event": "example"
  },
  "target": {
    "Event": "example"
  }
}