Uses of Interface
org.eclipse.ocl.uml.CollectionType

Packages that use CollectionType
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of CollectionType in org.eclipse.ocl.uml
 

Subinterfaces of CollectionType in org.eclipse.ocl.uml
 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.uml that return CollectionType
 CollectionType UMLFactory.createCollectionType()
          Returns a new object of class 'Collection Type'
 

Uses of CollectionType in org.eclipse.ocl.uml.impl
 

Methods in org.eclipse.ocl.uml.impl that return CollectionType
 CollectionType UMLFactoryImpl.createCollectionType()
           
 

Uses of CollectionType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type CollectionType
 T UMLSwitch.caseCollectionType(CollectionType object)
          Returns the result of interpreting the object as an instance of 'Collection Type'
 boolean UMLValidator.validateCollectionType(CollectionType collectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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