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

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

public interface ContextDeclCS
extends PathNameDeclCS

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<ContextConstraintCS> getRules()
          Returns the value of the 'Rules' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PathNameDeclCS
getPathName, setPathName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.MorePivotable
getMorePivots
 

Method Detail

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"