Interface HelperOCLDefinition
-
- All Superinterfaces:
EObject
,Notifier
,OCLRule
,StaticContextRule
- All Known Implementing Classes:
HelperOCLDefinitionImpl
public interface HelperOCLDefinition extends OCLRule, StaticContextRule
A representation of the model object 'Helper OCL Definition'. Defines an additional operation in the context classifier, for use in formulating OCL queries and constraints. The mainOclQuery must be a "def expression", taking the form of: operation-name(parameters?) : type = expr- See Also:
gdofPackage.getHelperOCLDefinition()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
-
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
-
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.gdof.StaticContextRule
getContextClass, setContextClass
-
-