Class Join

    • Field Detail

      • TYPE_AND

        public static final int TYPE_AND
        The outgoing connection of a join of this type is triggered when all its incoming connections have been triggered.
        See Also:
        Constant Field Values
      • TYPE_XOR

        public static final int TYPE_XOR
        The outgoing connection of a join of this type is triggered when one of its incoming connections has been triggered.
        See Also:
        Constant Field Values
      • TYPE_DISCRIMINATOR

        public static final int TYPE_DISCRIMINATOR
        The outgoing connection of a join of this type is triggered when one of its incoming connections has been triggered. It then waits until all other incoming connections have been triggered before allowing
        See Also:
        Constant Field Values
      • TYPE_N_OF_M

        public static final int TYPE_N_OF_M
        The outgoing connection of a join of this type is triggered when n of its incoming connections have been triggered.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Join

        public Join()
    • Method Detail

      • setType

        public void setType​(int type)
      • getType

        public int getType()
      • setN

        public void setN​(String n)