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