Uses of Class
org.eclipse.ocl.types.impl.CollectionTypeImpl

Packages that use CollectionTypeImpl
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
 

Uses of CollectionTypeImpl in org.eclipse.ocl.types.impl
 

Subclasses of CollectionTypeImpl in org.eclipse.ocl.types.impl
 class BagTypeImpl<C,O>
          An implementation of the model object 'Bag Type'.
 class OrderedSetTypeImpl<C,O>
          An implementation of the model object 'Ordered Set Type'.
 class SequenceTypeImpl<C,O>
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl<C,O>
          An implementation of the model object 'Set Type'.