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

Packages that use CGExecutorOppositeProperty
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 CGExecutorOppositeProperty in org.eclipse.ocl.examples.codegen.cgmodel
 

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

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorOppositeProperty
 class CGExecutorOppositePropertyImpl
          An implementation of the model object 'CG Executor Opposite Property'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorOppositeProperty
 CGExecutorOppositeProperty CGModelFactoryImpl.createCGExecutorOppositeProperty()
           
 

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

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

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

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