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
           
 interface IteratorExp
           
 

Methods in org.eclipse.emf.ocl.expressions that return LoopExp
 LoopExp ExpressionsFactory.createLoopExp()
          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
 java.lang.Object ExpressionsSwitch.caseLoopExp(LoopExp object)
          Returns the result of interpretting the object as an instance of 'Loop Exp'
 


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