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

All Superinterfaces:
ConstraintCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
BodyCS, DefCS, DerCS, InitCS, InvCS, PostCS, PreCS
All Known Implementing Classes:
BodyCSImpl, ContextConstraintCSImpl, DefCSImpl, DerCSImpl, InitCSImpl, InvCSImpl, PostCSImpl, PreCSImpl

public interface ContextConstraintCS
extends ConstraintCS

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

The following features are supported:

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

Method Summary
 ContextDeclCS getContextDecl()
          Returns the value of the 'Context Decl' container reference.
 void setContextDecl(ContextDeclCS value)
          Sets the value of the 'Context Decl' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS
getMessageSpecification, getSpecification, getStereotype, setMessageSpecification, setSpecification, setStereotype
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
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

getContextDecl

ContextDeclCS getContextDecl()
Returns the value of the 'Context Decl' container reference. It is bidirectional and its opposite is 'Rules'.

If the meaning of the 'Context Decl' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context Decl' container reference.
See Also:
setContextDecl(ContextDeclCS), CompleteOCLCSTPackage.getContextConstraintCS_ContextDecl(), ContextDeclCS.getRules()
Generated
Model
opposite="rules" transient="false"

setContextDecl

void setContextDecl(ContextDeclCS value)
Sets the value of the 'Context Decl' container reference.

Parameters:
value - the new value of the 'Context Decl' container reference.
See Also:
getContextDecl()
Generated