Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainCallExp

Packages that use DomainCallExp
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.library.logical   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
 

Uses of DomainCallExp in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type DomainCallExp
 DomainType DomainType.specializeIn(DomainCallExp expr, DomainType selfType)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.domain.library
 

Methods in org.eclipse.ocl.examples.domain.library with parameters of type DomainCallExp
 java.lang.Object AbstractBinaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractPolyOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractSimpleBinaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractSimpleTernaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractSimpleUnaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractTernaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractUnaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractUntypedBinaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractUntypedTernaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object AbstractUntypedUnaryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object LibraryOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
          Return the result of evaluating callExp and its arguments upon sourceValue within the environment provided by evaluator.
 java.lang.Object UnsupportedOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 org.eclipse.emf.common.util.Diagnostic LibraryValidator.validate(DomainStandardLibrary standardLibrary, DomainCallExp callExp)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.domain.types
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type DomainCallExp
 DomainType AbstractInheritance.specializeIn(DomainCallExp expr, DomainType selfType)
           
 DomainType AbstractType.specializeIn(DomainCallExp expr, DomainType selfType)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.library.logical
 

Methods in org.eclipse.ocl.examples.library.logical with parameters of type DomainCallExp
 java.lang.Object BooleanAndOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object BooleanImpliesOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object BooleanOrOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.library.string
 

Methods in org.eclipse.ocl.examples.library.string with parameters of type DomainCallExp
 java.lang.Object StringTokenizeOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.pivot
 

Subinterfaces of DomainCallExp in org.eclipse.ocl.examples.pivot
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface CallExp
          A representation of the model object '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 DomainCallExp in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type DomainCallExp
 java.lang.Object EObjectOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
protected  void EObjectOperation.resolveExpressionInOCL(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DomainCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class CallExpImpl
          An implementation of the model object 'Call Exp'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call Exp'.
 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'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type DomainCallExp
 DomainType SelfTypeImpl.specializeIn(DomainCallExp expr, DomainType selfType)
           
 DomainType TypeImpl.specializeIn(DomainCallExp expr, DomainType selfType)
           
 

Uses of DomainCallExp in org.eclipse.ocl.examples.pivot.library
 

Methods in org.eclipse.ocl.examples.pivot.library with parameters of type DomainCallExp
 java.lang.Object ConstrainedOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)
           
 java.lang.Object EInvokeOperation.dispatch(DomainEvaluator evaluator, DomainCallExp callExp, java.lang.Object sourceValue)