Interface InstanceSelectionRule
-
- All Superinterfaces:
EObject
,Notifier
,OCLRule
,SelectionRule
- All Known Implementing Classes:
InstanceSelectionRuleImpl
public interface InstanceSelectionRule extends SelectionRule
A representation of the model object ' Instance Selection Rule'.The following features are supported:
- See Also:
gdofPackage.getInstanceSelectionRule()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeableElementDescription
getContextInstance()
Returns the value of the 'Context Instance' reference.void
setContextInstance(ChangeableElementDescription value)
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 Detail
-
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:
setContextInstance(ChangeableElementDescription)
,gdofPackage.getInstanceSelectionRule_ContextInstance()
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setContextInstance
void setContextInstance(ChangeableElementDescription value)
Sets the value of the 'Context Instance
' reference.- Parameters:
value
- the new value of the 'Context Instance' reference.- See Also:
getContextInstance()
- Generated class or method.
-
-