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.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
 

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 OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

Uses of CallExp in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement CallExp
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite 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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of CallExp in org.eclipse.ocl.examples.impactanalyzer
 

Methods in org.eclipse.ocl.examples.impactanalyzer with parameters of type CallExp
 java.lang.Object PartialEvaluator.evaluate(java.lang.Object context, CallExp e, java.lang.Object valueOfSourceExpression)
          Evaluates e, assuming valueOfSourceExpression is the value to which e's source expression evaluates.
 

Uses of CallExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type CallExp
 java.lang.Object PartialEvaluatorImpl.evaluate(java.lang.Object context, CallExp e, java.lang.Object valueOfSourceExpression)