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

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

Subinterfaces of LoopExp in org.eclipse.emf.ocl.expressions
 interface IterateExp
          Deprecated. Use the IterateExp interface, instead.
 interface IteratorExp
          Deprecated. Use the IteratorExp interface, instead.
 

Methods in org.eclipse.emf.ocl.expressions that return LoopExp
 LoopExp ExpressionsFactory.createLoopExp()
          Deprecated. Returns a new object of class 'Loop Exp'
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement LoopExp
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'
 class LoopExpImpl
          An implementation of the model object 'Loop Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return LoopExp
 LoopExp ExpressionsFactoryImpl.createLoopExp()
           
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type LoopExp
 Object ExpressionsSwitch.caseLoopExp(LoopExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Loop Exp'
 


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