Uses of Interface
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.OCLinEcoreConstraintCS

Packages that use OCLinEcoreConstraintCS
org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot   
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.oclinecore.scoping   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.util   
 

Uses of OCLinEcoreConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot with parameters of type OCLinEcoreConstraintCS
 MonikeredElement OCLinEcoreLeft2RightVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS csConstraint)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST that return OCLinEcoreConstraintCS
 OCLinEcoreConstraintCS OCLinEcoreCSTFactory.createOCLinEcoreConstraintCS()
          Returns a new object of class 'OC Lin Ecore Constraint CS'.
 

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

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that return OCLinEcoreConstraintCS
 OCLinEcoreConstraintCS OCLinEcoreCSTFactoryImpl.createOCLinEcoreConstraintCS()
           
 

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

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

Uses of OCLinEcoreConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.oclinecore.scoping with parameters of type OCLinEcoreConstraintCS
PostconditionScopeAdapter(TypeManager typeManager, OCLinEcoreConstraintCS csElement)
           
 

Uses of OCLinEcoreConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type OCLinEcoreConstraintCS
protected  java.lang.String OCLinEcoreLabelProvider.image(OCLinEcoreConstraintCS ele)
           
 java.lang.String OCLinEcoreLabelProvider.text(OCLinEcoreConstraintCS ele)
           
 

Uses of OCLinEcoreConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.util with parameters of type OCLinEcoreConstraintCS
 R AbstractDelegatingOCLinEcoreCSVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS object)
           
 R AbstractExtendingDelegatingOCLinEcoreCSVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS object)
           
 R AbstractExtendingOCLinEcoreCSVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS object)
           
 R AbstractNullOCLinEcoreCSVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS object)
           
 R OCLinEcoreCSVisitor.visitOCLinEcoreConstraintCS(OCLinEcoreConstraintCS object)