Skip to main content

Vec<OCDeclareArc>

Internal: Array_of_OCDeclareArc

Used as Input

0

functions accept this type

Used as Output

1

function return this type

Type Definition

43 nested items
[items]:OCDeclareArcOC-DECLARE Constraint arc/edge between two nodes (i.e., activities)
from*:OCDeclareNodeOC-DECLARE node (Activity or Object Init/Exit)
to*:OCDeclareNodeOC-DECLARE node (Activity or Object Init/Exit)

Example JSON Value

[
  {
    "arc_type": "AS",
    "counts": [
      1,
      1
    ],
    "from": "example",
    "label": {
      "all": [
        {
          "object_type": "order",
          "type": "Simple"
        }
      ],
      "any": [
        {
          "object_type": "order",
          "type": "Simple"
        }
      ],
      "each": [
        {
          "object_type": "order",
          "type": "Simple"
        }
      ]
    },
    "to": "example"
  }
]

Functions Returning This Type(1)