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

Packages that use CallExp
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
 

Uses of CallExp in org.eclipse.ocl.ecore
 

Subinterfaces of CallExp in org.eclipse.ocl.ecore
 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.ecore.util
 

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


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