Skip to main content

OCDirectlyFollowsGraph

An object-centric directly-follows graph containing a DirectlyFollowsGraph for each object
type involved.
Used as Input

0

functions accept this type

Used as Output

1

function return this type

Type Definition

14 nested items
OCDirectlyFollowsGraphAn object-centric directly-follows graph containing a DirectlyFollowsGraph for each object
object_type_to_dfg*:HashMap<String, DirectlyFollowsGraph>The DFG per object type

Example JSON Value

{
  "object_type_to_dfg": {
    "something": {
      "activities": {
        "something": 1
      },
      "directly_follows_relations": [
        [
          [
            "example",
            "example"
          ],
          1
        ]
      ],
      "end_activities": [
        "example"
      ],
      "start_activities": [
        "example"
      ]
    }
  }
}

Functions Returning This Type(1)