Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorNavigationProperty

Packages that use CGExecutorNavigationProperty
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.java   
 

Uses of CGExecutorNavigationProperty in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorNavigationProperty
 CGExecutorNavigationProperty CGModelFactory.createCGExecutorNavigationProperty()
          Returns a new object of class 'CG Executor Navigation Property'.
 

Uses of CGExecutorNavigationProperty in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorNavigationProperty
 class CGExecutorNavigationPropertyImpl
          An implementation of the model object 'CG Executor Navigation Property'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorNavigationProperty
 CGExecutorNavigationProperty CGModelFactoryImpl.createCGExecutorNavigationProperty()
           
 

Uses of CGExecutorNavigationProperty in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGExecutorNavigationProperty
 T CGModelSwitch.caseCGExecutorNavigationProperty(CGExecutorNavigationProperty object)
          Returns the result of interpreting the object as an instance of 'CG Executor Navigation Property'.
 R AbstractExtendingCGModelVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty object)
           
 R AbstractNullCGModelVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty object)
           
 R CGModelVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty object)
           
 

Uses of CGExecutorNavigationProperty in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorNavigationProperty
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty cgExecutorProperty)
           
 java.lang.Boolean CG2JavaVisitor.visitCGExecutorNavigationProperty(CGExecutorNavigationProperty cgExecutorProperty)