OCDirectlyFollowsGraph
An object-centric directly-follows graph containing a DirectlyFollowsGraph for each object
type involved.
type involved.
Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
14 nested items
OCDirectlyFollowsGraph— An object-centric directly-follows graph containing a DirectlyFollowsGraph for each object
Example JSON Value
{
"object_type_to_dfg": {
"something": {
"activities": {
"something": 1
},
"directly_follows_relations": [
[
[
"example",
"example"
],
1
]
],
"end_activities": [
"example"
],
"start_activities": [
"example"
]
}
}
}