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

Packages that use DomainCallExp
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.oclany   
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   
org.eclipse.ocl.examples.pivot.library.validators   
 

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

Methods in org.eclipse.ocl.examples.domain.library with parameters of type DomainCallExp
 Value AbstractBinaryOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 Value AbstractTernaryOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 Value AbstractUnaryOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 Value LibraryOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
          Return the result of evaluating operationCall upon sourceVal within the environment provided by EvaluationVisitor.
 org.eclipse.emf.common.util.Diagnostic LibraryValidator.validate(DomainStandardLibrary standardLibrary, DomainCallExp callExp)
           
 

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

Methods in org.eclipse.ocl.examples.library.oclany with parameters of type DomainCallExp
 Value OclAnyUnsupportedOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 

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

Methods in org.eclipse.ocl.examples.library.string with parameters of type DomainCallExp
 Value StringTokenizeOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 

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 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
 Value EObjectOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
protected  void EObjectOperation.resolveExpressionInOCL(DomainEvaluator evaluator, DomainCallExp callExp, Value 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 PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.library with parameters of type DomainCallExp
 Value ConstrainedOperation.evaluate(DomainEvaluator evaluator, DomainCallExp callExp, Value sourceValue, Value... argumentValues)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.library.validators with parameters of type DomainCallExp
 org.eclipse.emf.common.util.Diagnostic ValidateClosureIteration.validate(DomainStandardLibrary standardLibrary, DomainCallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic ValidateSortedByIteration.validate(DomainStandardLibrary standardLibrary, DomainCallExp callExp)