Skip to main content

PathSchemaTypeGraph

The OCEL type graph: typed nodes and qualified relationship edges.
Used as Input

0

functions accept this type

Used as Output

1

function return this type

Type Definition

18 nested items
PathSchemaTypeGraphThe OCEL type graph: typed nodes and qualified relationship edges.
edges*:Vec<TypeEdge>Qualified E2O / O2O relationship edges.
nodes*:Vec<PathSchemaTypeNode>Event and object type nodes.

Example JSON Value

{
  "edges": [
    {
      "qualifier": "places",
      "source": {
        "Event": "example"
      },
      "target": {
        "Event": "example"
      }
    }
  ],
  "nodes": [
    {
      "count": 1,
      "is_event": false,
      "name": "example"
    }
  ]
}

Functions Returning This Type(1)