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

Packages that use ContextConstraintCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.util   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Subinterfaces of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface BodyCS
          A representation of the model object 'Body CS'.
 interface DefCS
          A representation of the model object 'Def CS'.
 interface DerCS
          A representation of the model object 'Der CS'.
 interface InitCS
          A representation of the model object 'Init CS'.
 interface InvCS
          A representation of the model object 'Inv CS'.
 interface PostCS
          A representation of the model object 'Post CS'.
 interface PreCS
          A representation of the model object 'Pre CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type ContextConstraintCS
 org.eclipse.emf.common.util.EList<ContextConstraintCS> ContextDeclCS.getRules()
          Returns the value of the 'Rules' containment reference list.
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement ContextConstraintCS
 class BodyCSImpl
          An implementation of the model object 'Body CS'.
 class ContextConstraintCSImpl
          An implementation of the model object 'Context Constraint CS'.
 class DefCSImpl
          An implementation of the model object 'Def CS'.
 class DerCSImpl
          An implementation of the model object 'Der CS'.
 class InitCSImpl
          An implementation of the model object 'Init CS'.
 class InvCSImpl
          An implementation of the model object 'Inv CS'.
 class PostCSImpl
          An implementation of the model object 'Post CS'.
 class PreCSImpl
          An implementation of the model object 'Pre CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type ContextConstraintCS
protected  org.eclipse.emf.common.util.EList<ContextConstraintCS> ContextDeclCSImpl.rules
          The cached value of the 'Rules' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type ContextConstraintCS
 org.eclipse.emf.common.util.EList<ContextConstraintCS> ContextDeclCSImpl.getRules()
           
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type ContextConstraintCS
 T CompleteOCLCSTSwitch.caseContextConstraintCS(ContextConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Context Constraint CS'.
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with type parameters of type ContextConstraintCS
static CS2PivotConversion.CacheKey<java.util.Map<NamedElement,java.util.List<ContextConstraintCS>>> CompleteOCLPostOrderVisitor.rulesKey
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type ContextConstraintCS
 MonikeredElement CompleteOCLLeft2RightVisitor.visitContextConstraintCS(ContextConstraintCS csConstraint)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitContextConstraintCS(ContextConstraintCS csNewConstraint)
           
 ScopeCSAdapter CompleteOCLScopeVisitor.visitContextConstraintCS(ContextConstraintCS eObject)
           
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type ContextConstraintCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitContextConstraintCS(ContextConstraintCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitContextConstraintCS(ContextConstraintCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitContextConstraintCS(ContextConstraintCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitContextConstraintCS(ContextConstraintCS object)
           
 R CompleteOCLCSVisitor.visitContextConstraintCS(ContextConstraintCS object)
           
 

Uses of ContextConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type ContextConstraintCS
 java.lang.Boolean CompleteOCLCS2MonikerVisitor.visitContextConstraintCS(ContextConstraintCS object)