Uses of Interface
org.eclipse.emf.ocl.types.CollectionType

Packages that use CollectionType
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
 

Uses of CollectionType in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser that return CollectionType
 CollectionType TypeResolverImpl.resolveCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
protected  CollectionType TypeResolverImpl.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Creates a new collection type of the specified kind and element type, assuming that it does not already exist.
protected  CollectionType TypeResolverImpl.findCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Finds an existing collection type matching the specified kind and element type, if any has already been created.
 CollectionType TypeResolver.resolveCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Resolves the collection type of the specified kind and element type, either created anew or previously created.
 

Uses of CollectionType in org.eclipse.emf.ocl.types
 

Subinterfaces of CollectionType in org.eclipse.emf.ocl.types
 interface BagType
           
 interface OrderedSetType
           
 interface SequenceType
           
 interface SetType
           
 

Methods in org.eclipse.emf.ocl.types that return CollectionType
 CollectionType TypesFactory.createCollectionType()
          Returns a new object of class 'Collection Type'
 CollectionType TypesFactory.createCollectionType(org.eclipse.emf.ecore.EClassifier elementType)
           
 CollectionType TypesFactory.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
 

Uses of CollectionType in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement CollectionType
 class BagTypeImpl
           
 class CollectionTypeImpl
           
 class OrderedSetTypeImpl
           An implementation of the model object 'Ordered Set Type'
 class SequenceTypeImpl
           An implementation of the model object 'Sequence Type'
 class SetTypeImpl
           An implementation of the model object 'Set Type'
 

Fields in org.eclipse.emf.ocl.types.impl declared as CollectionType
static CollectionType CollectionTypeImpl.OCL_COLLECTION
           
 

Methods in org.eclipse.emf.ocl.types.impl that return CollectionType
 CollectionType TypesFactoryImpl.createCollectionType()
           
 CollectionType TypesFactoryImpl.createCollectionType(org.eclipse.emf.ecore.EClassifier elementType)
           
 CollectionType TypesFactoryImpl.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
 

Uses of CollectionType in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type CollectionType
 java.lang.Object TypesSwitch.caseCollectionType(CollectionType object)
          Returns the result of interpretting the object as an instance of 'Collection Type'
 


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