Interface CompositeCondition

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Condition getLeft()
      Returns the value of the 'Left' containment reference.
      Condition getRight()
      Returns the value of the 'Right' containment reference.
      void setLeft​(Condition value)
      Sets the value of the 'Left' containment reference.
      void setRight​(Condition 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

        Condition 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(Condition), XtextPackage.getCompositeCondition_Left()
        Model:
        containment="true"
        Generated:
      • setLeft

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

        Condition 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(Condition), XtextPackage.getCompositeCondition_Right()
        Model:
        containment="true"
        Generated:
      • setRight

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