Interface Comparison

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Expression getLeft()
      Returns the value of the 'Left' containment reference.
      java.lang.String getOperator()
      Returns the value of the 'Operator' attribute.
      Expression getRight()
      Returns the value of the 'Right' containment reference.
      void setLeft​(Expression value)
      Sets the value of the 'Left' containment reference.
      void setOperator​(java.lang.String value)
      Sets the value of the 'Operator' attribute.
      void setRight​(Expression value)
      Sets the value of the 'Right' containment reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getLeft

        Expression getLeft()
        Returns the value of the 'Left' containment reference.

        If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Left' containment reference.
        See Also:
        setLeft(Expression), SimpleExpressionsPackage.getComparison_Left()
        Model:
        containment="true"
        Generated:
      • setLeft

        void setLeft​(Expression value)
        Sets the value of the 'Left' containment reference.
        Parameters:
        value - the new value of the 'Left' containment reference.
        See Also:
        getLeft()
        Generated:
      • getOperator

        java.lang.String getOperator()
        Returns the value of the 'Operator' attribute.

        If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Operator' attribute.
        See Also:
        setOperator(String), SimpleExpressionsPackage.getComparison_Operator()
        Model:
        Generated:
      • setOperator

        void setOperator​(java.lang.String value)
        Sets the value of the 'Operator' attribute.
        Parameters:
        value - the new value of the 'Operator' attribute.
        See Also:
        getOperator()
        Generated:
      • getRight

        Expression getRight()
        Returns the value of the 'Right' containment reference.

        If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Right' containment reference.
        See Also:
        setRight(Expression), SimpleExpressionsPackage.getComparison_Right()
        Model:
        containment="true"
        Generated:
      • setRight

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