Package de.sebinside.dcp.dsl.dSL
Interface Condition
-
- All Known Implementing Classes:
ConditionImpl
public interface Condition extends EObject
A representation of the model object 'Condition'.The following features are supported:
- See Also:
DSLPackage.getCondition()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanOperationgetOperation()Returns the value of the 'Operation' containment reference.voidsetOperation(BooleanOperation value)Sets the value of the 'Operation' 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
-
getOperation
BooleanOperation getOperation()
Returns the value of the 'Operation' containment reference.- Returns:
- the value of the 'Operation' containment reference.
- See Also:
setOperation(BooleanOperation),DSLPackage.getCondition_Operation()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setOperation
void setOperation(BooleanOperation value)
Sets the value of the 'Operation' containment reference.- Parameters:
value- the new value of the 'Operation' containment reference.- See Also:
getOperation()- Generated class or method.
-
-