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

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

Subinterfaces of LoopExp in org.eclipse.ocl.uml
 interface IterateExp
          A representation of the model object 'Iterate Exp'
 interface IteratorExp
          A representation of the model object 'Iterator Exp'
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type LoopExp
 T UMLSwitch.caseLoopExp(LoopExp object)
          Returns the result of interpreting the object as an instance of 'Loop Exp'
 boolean UMLValidator.validateLoopExp(LoopExp loopExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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