Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NavigationOperatorCS

Packages that use NavigationOperatorCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type NavigationOperatorCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 OCLExpression EssentialOCLLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS csOperator)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return NavigationOperatorCS
 NavigationOperatorCS EssentialOCLCSTFactory.createNavigationOperatorCS()
          Returns a new object of class 'Navigation Operator CS'.
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement NavigationOperatorCS
 class NavigationOperatorCSImpl
          An implementation of the model object 'Navigation Operator CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return NavigationOperatorCS
 NavigationOperatorCS EssentialOCLCSTFactoryImpl.createNavigationOperatorCS()
           
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type NavigationOperatorCS
 T EssentialOCLCSTSwitch.caseNavigationOperatorCS(NavigationOperatorCS object)
          Returns the result of interpreting the object as an instance of 'Navigation Operator CS'.
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NavigationOperatorCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_NavigationOperatorCS(org.eclipse.emf.ecore.EObject context, NavigationOperatorCS semanticObject)
          Constraint: name=NavigationOperator
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type NavigationOperatorCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R EssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type NavigationOperatorCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)