Uses of Interface
org.eclipse.emf.ocl.expressions.CollectionLiteralPart

Packages that use CollectionLiteralPart
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
 

Uses of CollectionLiteralPart in org.eclipse.emf.ocl.expressions
 

Subinterfaces of CollectionLiteralPart in org.eclipse.emf.ocl.expressions
 interface CollectionItem
           
 interface CollectionRange
           
 

Methods in org.eclipse.emf.ocl.expressions that return CollectionLiteralPart
 CollectionLiteralPart ExpressionsFactory.createCollectionLiteralPart()
          Returns a new object of class 'Collection Literal Part'
 

Uses of CollectionLiteralPart in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement CollectionLiteralPart
 class CollectionItemImpl
           An implementation of the model object 'Collection Item'
 class CollectionLiteralPartImpl
           An implementation of the model object 'Collection Literal Part'
 class CollectionRangeImpl
           An implementation of the model object 'Collection Range'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CollectionLiteralPart
 CollectionLiteralPart ExpressionsFactoryImpl.createCollectionLiteralPart()
           
 

Uses of CollectionLiteralPart in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type CollectionLiteralPart
 java.lang.Object ExpressionsSwitch.caseCollectionLiteralPart(CollectionLiteralPart object)
          Returns the result of interpretting the object as an instance of 'Collection Literal Part'
 


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