org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
Interface ContextDeclCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
ClassifierContextDeclCS, FeatureContextDeclCS, OperationContextDeclCS, PropertyContextDeclCS
All Known Implementing Classes:
ClassifierContextDeclCSImpl, ContextDeclCSImpl, FeatureContextDeclCSImpl, OperationContextDeclCSImpl, PropertyContextDeclCSImpl

public interface ContextDeclCS
extends MonikeredElementCS

A representation of the model object 'Context Decl CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getContextDeclCS()
Generated
Model
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<Namespace> getNamespace()
          Returns the value of the 'Namespace' reference list.
 org.eclipse.emf.common.util.EList<ContextConstraintCS> getRules()
          Returns the value of the 'Rules' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getNamespace

org.eclipse.emf.common.util.EList<Namespace> getNamespace()
Returns the value of the 'Namespace' reference list. The list contents are of type Namespace.

If the meaning of the 'Namespace' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace' reference list.
See Also:
CompleteOCLCSTPackage.getContextDeclCS_Namespace()
Generated
Model

getRules

org.eclipse.emf.common.util.EList<ContextConstraintCS> getRules()
Returns the value of the 'Rules' containment reference list. The list contents are of type ContextConstraintCS. It is bidirectional and its opposite is 'Context Decl'.

If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rules' containment reference list.
See Also:
CompleteOCLCSTPackage.getContextDeclCS_Rules(), ContextConstraintCS.getContextDecl()
Generated
Model
opposite="contextDecl" containment="true"