Interface InstanceSelectionRule
- All Superinterfaces:
EObject
,Notifier
,OCLRule
,SelectionRule
- All Known Implementing Classes:
InstanceSelectionRuleImpl
A representation of the model object '
Instance Selection Rule'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Context Instance' reference.void
Sets the value of the 'Context Instance
' 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
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.gdof.OCLRule
getHelperDefinition, getMainOclQuery, setMainOclQuery
-
Method Details
-
getContextInstance
ChangeableElementDescription getContextInstance()Returns the value of the 'Context Instance' reference.If the meaning of the 'Context Instance' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Context Instance' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setContextInstance
Sets the value of the 'Context Instance
' reference.- Parameters:
value
- the new value of the 'Context Instance' reference.- See Also:
- Generated class or method.
-