Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS

Packages that use ConstraintCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
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.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return ConstraintCS
 ConstraintCS BaseCSTFactory.createConstraintCS()
          Returns a new object of class 'Constraint CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCS.getOwnedConstraint()
          Returns the value of the 'Owned Constraint' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> TypedElementCS.getOwnedConstraint()
          Returns the value of the 'Owned Constraint' containment reference list.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement ConstraintCS
 class ConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type ConstraintCS
protected  org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCSImpl.ownedConstraint
          The cached value of the 'Owned Constraint' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> TypedElementCSImpl.ownedConstraint
          The cached value of the 'Owned Constraint' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return ConstraintCS
 ConstraintCS BaseCSTFactoryImpl.createConstraintCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCSImpl.getOwnedConstraint()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> TypedElementCSImpl.getOwnedConstraint()
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type ConstraintCS
 T BaseCSTSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.
 boolean BaseCSTValidator.validateConstraintCS(ConstraintCS constraintCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ConstraintCS
 Continuation<?> BaseContainmentVisitor.visitConstraintCS(ConstraintCS csElement)
           
 Element BaseLeft2RightVisitor.visitConstraintCS(ConstraintCS object)
           
 Continuation<?> BasePostOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 Continuation<?> BasePreOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ConstraintCS
BasePostOrderVisitor.ConstraintCSCompletion(CS2PivotConversion context, ConstraintCS csElement)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type ConstraintCS
 R AbstractDelegatingBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R AbstractExtendingBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R AbstractNullBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R BaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type ConstraintCS
 void CS2Moniker.appendConstraintCSDisambiguator(ConstraintCS csConstraint)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

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

Subinterfaces of ConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface BodyCS
          A representation of the model object 'Body CS'.
 interface ContextConstraintCS
          A representation of the model object 'Context Constraint 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'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement ConstraintCS
 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'.
 

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

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

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type ConstraintCS
protected  void EssentialOCLOutlineTreeProvider._createChildren(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, ConstraintCS constraint)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Subinterfaces of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 interface OCLinEcoreConstraintCS
          A representation of the model object 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement ConstraintCS
 class OCLinEcoreConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type ConstraintCS
 T OCLinEcoreCSTSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Subinterfaces of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibConstraintCS
          A representation of the model object 'Lib Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement ConstraintCS
 class LibConstraintCSImpl
          An implementation of the model object 'Lib Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type ConstraintCS
 T OCLstdlibCSTSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.