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.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.parser   
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.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'.
 interface OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 

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

Classes in org.eclipse.ocl.ecore.impl that implement NavigationCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation 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'.
 

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

Methods in org.eclipse.ocl.ecore.parser that return NavigationCallExp
protected  NavigationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> OCLAnalyzer.simpleNavigationName(SimpleNameCS simpleNameCS, Environment<org.eclipse.emf.ecore.EPackage,org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,CallOperationAction,SendSignalAction,Constraint,org.eclipse.emf.ecore.EClass,org.eclipse.emf.ecore.EObject> env, OCLExpression<org.eclipse.emf.ecore.EClassifier> source, org.eclipse.emf.ecore.EClassifier owner, java.lang.String simpleName)
          Attempts to parse a simpleNameCS as a property call expression.
 

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.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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of NavigationCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return NavigationCallExp
protected  NavigationCallExp<C,P> AbstractOCLAnalyzer.simpleNavigationName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, C owner, java.lang.String simpleName)
          Allows subclasses to return calls that are not necessarily a PropertyCallExp but some other NavigationCallExp.
 

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, java.lang.String rule, NavigationCallExp<C,P> nc, java.util.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.