Uses of Interface
org.eclipse.emf.ocl.expressions.CollectionRange

Packages that use CollectionRange
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
 

Uses of CollectionRange in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return CollectionRange
 CollectionRange ExpressionsFactory.createCollectionRange()
          Returns a new object of class 'Collection Range'
 

Uses of CollectionRange in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement CollectionRange
 class CollectionRangeImpl
           An implementation of the model object 'Collection Range'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CollectionRange
 CollectionRange ExpressionsFactoryImpl.createCollectionRange()
           
 

Uses of CollectionRange in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type CollectionRange
 java.lang.Object ExpressionsSwitch.caseCollectionRange(CollectionRange object)
          Returns the result of interpretting the object as an instance of 'Collection Range'
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.