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

Packages that use CollectionItem
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 CollectionItem in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return CollectionItem
 CollectionItem ExpressionsFactory.createCollectionItem()
          Returns a new object of class 'Collection Item'
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement CollectionItem
 class CollectionItemImpl
           An implementation of the model object 'Collection Item'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CollectionItem
 CollectionItem ExpressionsFactoryImpl.createCollectionItem()
           
 

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

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


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