Interface BinaryLogicTerm

    • Method Detail

      • setLeft

        void setLeft​(Term value)
        Sets the value of the 'Left' containment reference.
        Parameters:
        value - the new value of the 'Left' containment reference.
        See Also:
        getLeft()
        Generated class or method.
      • setRight

        void setRight​(Term value)
        Sets the value of the 'Right' containment reference.
        Parameters:
        value - the new value of the 'Right' containment reference.
        See Also:
        getRight()
        Generated class or method.