Class Split

    • Field Detail

      • TYPE_AND

        public static final int TYPE_AND
        All outgoing connections of a split of this type are triggered when its incoming connection has been triggered. A split of this type should have no constraints linked to any of its outgoing connections.
        See Also:
        Constant Field Values
      • TYPE_XOR

        public static final int TYPE_XOR
        Exactly one outgoing connection of a split of this type is triggered when its incoming connection has been triggered. Which connection is based on the constraints associated with each of the connections: the connection with the highest priority whose constraint is satisfied is triggered.
        See Also:
        Constant Field Values
      • TYPE_OR

        public static final int TYPE_OR
        One or multiple outgoing connections of a split of this type are triggered when its incoming connection has been triggered. Which connections is based on the constraints associated with each of the connections: all connections whose constraint is satisfied are triggered.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Split

        public Split()
      • Split

        public Split​(int type)