Uses of Interface
org.eclipse.ocl.examples.pivot.CollectionType

Packages that use CollectionType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.scoping   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of CollectionType in org.eclipse.ocl.examples.pivot
 

Subinterfaces of CollectionType in org.eclipse.ocl.examples.pivot
 interface BagType
          A representation of the model object 'Bag Type'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 

Methods in org.eclipse.ocl.examples.pivot that return CollectionType
 CollectionType PivotFactory.createCollectionType()
          Returns a new object of class 'Collection Type'.
 CollectionType OCLFactory.createCollectionType(CollectionKind kind, Type elementType)
          Returns a new object of class 'Collection Type'.
 CollectionType OCLFactory.createCollectionType(Type elementType)
          Returns a new object of class 'Collection Type'.
 CollectionType StandardLibrary.getCollectionType()
          Obtains the generic instance of the CollectionType metatype, named Collection(T).
 

Uses of CollectionType in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement CollectionType
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 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'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return CollectionType
 CollectionType PivotFactoryImpl.createCollectionType()
           
 

Uses of CollectionType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type CollectionType
 T PivotSwitch.caseCollectionType(CollectionType object)
          Returns the result of interpreting the object as an instance of 'Collection Type'.
 boolean PivotValidator.validateCollectionType(CollectionType collectionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitCollectionType(CollectionType object)
           
 R AbstractExtendingVisitor.visitCollectionType(CollectionType object)
           
 R AbstractNullVisitor.visitCollectionType(CollectionType object)
           
 R Visitor.visitCollectionType(CollectionType object)
           
 

Uses of CollectionType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return CollectionType
 CollectionType OCLFactoryImpl.createCollectionType(CollectionKind kind, Type elementType)
           
 CollectionType OCLFactoryImpl.createCollectionType(Type elementType)
           
 CollectionType PivotStandardLibrary.getCollectionType()
           
 CollectionType TypeManager.getCollectionType(boolean isOrdered, boolean isUnique)
           
 CollectionType TypeManager.getCollectionType(boolean isOrdered, boolean isUnique, Type elementType)
           
 CollectionType TypeManager.getSetType(Type elementType)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type CollectionType
protected  boolean TypeManager.conformsToCollectionType(CollectionType firstType, CollectionType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
static CollectionKind PivotUtil.getCollectionKind(CollectionType collectionType)
           
 java.lang.Object PivotSaver.PivotSaveLocateVisitor.visitCollectionType(CollectionType object)
           
 java.lang.Object PivotSaver.PivotSaveResolveVisitor.visitCollectionType(CollectionType object)
           
 java.lang.String ToStringVisitor.visitCollectionType(CollectionType object)
           
 

Uses of CollectionType in org.eclipse.ocl.examples.xtext.essentialocl.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type CollectionType
ImplicitCollectFilter(TypeManager typeManager, CollectionType sourceType, Type iteratorType)
          Configure an OperationFilter for an implicit collect.
 

Uses of CollectionType in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type CollectionType
protected  java.lang.String BaseLabelProvider.image(CollectionType ele)