Package de.sebinside.dcp.dsl.dSL
Interface LogicalAndOperation
-
- All Superinterfaces:
BooleanOperation
,EObject
,Notifier
,Operation
- All Known Implementing Classes:
LogicalAndOperationImpl
public interface LogicalAndOperation extends BooleanOperation
A representation of the model object 'Logical And Operation'.The following features are supported:
- See Also:
DSLPackage.getLogicalAndOperation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanOperation
getLeft()
Returns the value of the 'Left' containment reference.BooleanOperation
getRight()
Returns the value of the 'Right' containment reference.void
setLeft(BooleanOperation value)
Sets the value of the 'Left
' containment reference.void
setRight(BooleanOperation 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
BooleanOperation getLeft()
Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
setLeft(BooleanOperation)
,DSLPackage.getLogicalAndOperation_Left()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setLeft
void setLeft(BooleanOperation 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
BooleanOperation getRight()
Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(BooleanOperation)
,DSLPackage.getLogicalAndOperation_Right()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setRight
void setRight(BooleanOperation 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.
-
-