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

Uses of NavigationCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.ecore
 interface AssociationClassCallExp
          A representation of the model object 'Association Class 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 NavigationCallExp in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement NavigationCallExp
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type NavigationCallExp
 T EcoreSwitch.caseNavigationCallExp(NavigationCallExp object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'.
 boolean EcoreValidator.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.examples.impactanalyzer.filterSynthesis
 

Fields in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis with type parameters of type NavigationCallExp
protected  java.util.Map<org.eclipse.emf.ecore.EReference,java.util.Set<NavigationCallExp>> FilterSynthesisImpl.associationEndCallExpressions
           
 

Methods in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis that return types with arguments of type NavigationCallExp
 java.util.Set<NavigationCallExp> FilterSynthesisImpl.getAssociationEndCallExpressions(org.eclipse.emf.ecore.EReference a)
          Always returns a non-null set
 

Uses of NavigationCallExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type NavigationCallExp
protected  java.util.Collection<AnnotatedEObject> InstanceScopeAnalysis.getSourceElement(org.eclipse.emf.common.notify.Notification changeEvent, NavigationCallExp attributeOrAssociationEndCall)