Package de.sebinside.dcp.dsl.dSL
Interface ElementOfOperation
-
- All Superinterfaces:
BooleanOperation
,EObject
,Notifier
,Operation
,SimpleBooleanOperation
- All Known Implementing Classes:
ElementOfOperationImpl
public interface ElementOfOperation extends SimpleBooleanOperation
A representation of the model object 'Element Of Operation'.The following features are supported:
- See Also:
DSLPackage.getElementOfOperation()
- 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.CharacteristicSetReference
getRight()
Returns the value of the 'Right' containment reference.void
setLeft(CharacteristicReference value)
Sets the value of the 'Left
' containment reference.void
setRight(CharacteristicSetReference 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.getElementOfOperation_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
CharacteristicSetReference getRight()
Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(CharacteristicSetReference)
,DSLPackage.getElementOfOperation_Right()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setRight
void setRight(CharacteristicSetReference 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.
-
-