Interface TermExpression

    • Method Detail

      • getLeft

        Term getLeft()
        Returns the value of the 'Left' containment reference.
        Returns:
        the value of the 'Left' containment reference.
        See Also:
        setLeft(Term), StoexPackage.getTermExpression_Left()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • 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.
      • getRight

        Product getRight()
        Returns the value of the 'Right' containment reference.
        Returns:
        the value of the 'Right' containment reference.
        See Also:
        setRight(Product), StoexPackage.getTermExpression_Right()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setRight

        void setRight​(Product 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.