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