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

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

Subinterfaces of CallExp in org.eclipse.ocl.uml
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'
 interface FeatureCallExp
          A representation of the model object 'Feature Call Exp'
 interface IterateExp
          A representation of the model object 'Iterate Exp'
 interface IteratorExp
          A representation of the model object 'Iterator Exp'
 interface LoopExp
          A representation of the model object 'Loop Exp'
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type CallExp
 T UMLSwitch.caseCallExp(CallExp object)
          Returns the result of interpreting the object as an instance of 'Call Exp'
 boolean UMLValidator.validateCallExp(CallExp callExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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