Package org.eclipse.xtext
Interface CompositeCondition
-
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Conjunction,Disjunction
- All Known Implementing Classes:
CompositeConditionImpl,ConjunctionImpl,DisjunctionImpl
public interface CompositeCondition extends Condition
A representation of the model object 'Composite Condition'.The following features are supported:
- Since:
- 2.9
- See Also:
XtextPackage.getCompositeCondition()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditiongetLeft()Returns the value of the 'Left' containment reference.ConditiongetRight()Returns the value of the 'Right' containment reference.voidsetLeft(Condition value)Sets the value of the 'Left' containment reference.voidsetRight(Condition value)Sets the value of the 'Right' containment reference.
-
-
-
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:
-
-