Package de.uka.ipd.sdq.stoex
Interface BooleanOperatorExpression
- All Superinterfaces:
BooleanExpression
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Expression
,IfElse
,Notifier
- All Known Implementing Classes:
BooleanOperatorExpressionImpl
A representation of the model object 'Boolean Operator Expression'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLeft()
Returns the value of the 'Left' containment reference.Returns the value of the 'Operation' attribute.getRight()
Returns the value of the 'Right' containment reference.void
setLeft
(BooleanExpression value) Sets the value of the 'Left
' containment reference.void
setOperation
(BooleanOperations value) Sets the value of the 'Operation
' attribute.void
setRight
(BooleanExpression value) Sets the value of the 'Right
' containment reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getLeft
BooleanExpression getLeft()Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setLeft
Sets the value of the 'Left
' containment reference.- Parameters:
value
- the new value of the 'Left' containment reference.- See Also:
- Generated class or method.
-
getRight
BooleanExpression getRight()Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setRight
Sets the value of the 'Right
' containment reference.- Parameters:
value
- the new value of the 'Right' containment reference.- See Also:
- Generated class or method.
-
getOperation
BooleanOperations getOperation()Returns the value of the 'Operation' attribute. The literals are from the enumerationBooleanOperations
.- Returns:
- the value of the 'Operation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setOperation
Sets the value of the 'Operation
' attribute.- Parameters:
value
- the new value of the 'Operation' attribute.- See Also:
- Generated class or method.
-