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

Packages that use CollectionLiteralPart
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of CollectionLiteralPart in org.eclipse.ocl.uml
 

Subinterfaces of CollectionLiteralPart in org.eclipse.ocl.uml
 interface CollectionItem
          A representation of the model object 'Collection Item'
 interface CollectionRange
          A representation of the model object 'Collection Range'
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type CollectionLiteralPart
 T UMLSwitch.caseCollectionLiteralPart(CollectionLiteralPart object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part'
 boolean UMLValidator.validateCollectionLiteralPart(CollectionLiteralPart collectionLiteralPart, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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