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