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
PathSchemaTypeGraph— The OCEL type graph: typed nodes and qualified relationship edges.
[items]:TypeEdge— A directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
[items]:PathSchemaTypeNode— A node (event or object type) of the OCEL type graph, with its entity count.
Example JSON Value
{
"edges": [
{
"qualifier": "places",
"source": {
"Event": "example"
},
"target": {
"Event": "example"
}
}
],
"nodes": [
{
"count": 1,
"is_event": false,
"name": "example"
}
]
}