Package de.sebinside.dcp.dsl.dSL
Interface LogicalNegationOperation
-
- All Superinterfaces:
BooleanOperation,EObject,Notifier,Operation
- All Known Implementing Classes:
LogicalNegationOperationImpl
public interface LogicalNegationOperation extends BooleanOperation
A representation of the model object 'Logical Negation Operation'.The following features are supported:
- See Also:
DSLPackage.getLogicalNegationOperation()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanOperationgetValue()Returns the value of the 'Value' containment reference.voidsetValue(BooleanOperation value)Sets the value of the 'Value' 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
-
getValue
BooleanOperation getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(BooleanOperation),DSLPackage.getLogicalNegationOperation_Value()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setValue
void setValue(BooleanOperation value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()- Generated class or method.
-
-