Uses of Interface
org.eclipse.ocl.examples.pivot.NavigationCallExp

Packages that use NavigationCallExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Subinterfaces of NavigationCallExp in org.eclipse.ocl.examples.pivot
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.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 PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

Uses of NavigationCallExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type NavigationCallExp
 T PivotSwitch.caseNavigationCallExp(NavigationCallExp object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'.
 boolean PivotValidator.validateNavigationCallExp(NavigationCallExp navigationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitNavigationCallExp(NavigationCallExp object)
           
 R AbstractExtendingVisitor.visitNavigationCallExp(NavigationCallExp object)
           
 R AbstractNullVisitor.visitNavigationCallExp(NavigationCallExp object)
           
 R Visitor.visitNavigationCallExp(NavigationCallExp object)
           
 

Uses of NavigationCallExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NavigationCallExp
protected  java.lang.String BaseLabelProvider.image(NavigationCallExp ele)