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

Packages that use NavigationCallExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
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 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.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type NavigationCallExp
protected  java.lang.Object EvaluationVisitorImpl.evaluatePropertyCallExp(NavigationCallExp propertyCallExp, Property referredProperty)
           
 

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 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.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type NavigationCallExp
 T1 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 AbstractWrappingVisitor.visitNavigationCallExp(NavigationCallExp object)
           
 R Visitor.visitNavigationCallExp(NavigationCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type NavigationCallExp
protected  void ToStringVisitor.appendPropertyCallExp(NavigationCallExp pc, Property property)
           
 

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)