Uses of Interface
org.eclipse.ocl.cst.CollectionRangeCS

Packages that use CollectionRangeCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of CollectionRangeCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return CollectionRangeCS
 CollectionRangeCS CSTFactory.createCollectionRangeCS()
          Returns a new object of class 'Collection Range CS'.
 

Uses of CollectionRangeCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement CollectionRangeCS
 class CollectionRangeCSImpl
          An implementation of the model object 'Collection Range CS'.
 

Methods in org.eclipse.ocl.cst.impl that return CollectionRangeCS
 CollectionRangeCS CSTFactoryImpl.createCollectionRangeCS()
           
 

Uses of CollectionRangeCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type CollectionRangeCS
 T CSTSwitch.caseCollectionRangeCS(CollectionRangeCS object)
          Returns the result of interpreting the object as an instance of 'Collection Range CS'.
 

Uses of CollectionRangeCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionRangeCS
protected  CollectionRangeCS AbstractOCLParser.createCollectionRangeCS(OCLExpressionCS oclExpressionCS, OCLExpressionCS lastOCLExpressionCS)