Uses of Interface
org.eclipse.ocl.expressions.NavigationCallExp

Packages that use NavigationCallExp
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. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of NavigationCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.ecore
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type NavigationCallExp
<C,P> T
EcoreSwitch.caseExpressions_NavigationCallExp(NavigationCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'
<C,P> T
EcoreSwitch.caseNavigationCallExp_1(NavigationCallExp<C,P> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_NavigationCallExp(org.eclipse.ocl.expressions.NavigationCallExp) method, instead.
 

Uses of NavigationCallExp in org.eclipse.ocl.expressions
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.expressions
 interface AssociationClassCallExp<C,P>
          A representation of the model object 'Association Class Call Exp'
 interface PropertyCallExp<C,P>
          A representation of the model object 'Property Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.expressions.impl
 

Classes in org.eclipse.ocl.expressions.impl that implement NavigationCallExp
 class AssociationClassCallExpImpl<C,P>
          An implementation of the model object 'Association Class Call Exp'
 class NavigationCallExpImpl<C,P>
          An implementation of the model object 'Navigation Call Exp'
 class PropertyCallExpImpl<C,P>
          An implementation of the model object 'Property Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type NavigationCallExp
<C,P> T
ExpressionsSwitch.caseNavigationCallExp(NavigationCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'
 boolean ExpressionsValidator.validateNavigationCallExp(NavigationCallExp<?,?> navigationCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of NavigationCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type NavigationCallExp
protected  void AbstractOCLAnalyzer.setQualifiers(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, String rule, NavigationCallExp<C,P> nc, List<OCLExpression<C>> qualifiers)
          Sets the specified navigation call's qualifiers, if they are compatible with the navigated association end or association class.
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type NavigationCallExp
<C,P> T
UMLSwitch.caseExpressions_NavigationCallExp(NavigationCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'
<C,P> T
UMLSwitch.caseNavigationCallExp_1(NavigationCallExp<C,P> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_NavigationCallExp(org.eclipse.ocl.expressions.NavigationCallExp) method, instead.
 


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