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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGExecutorProperty
 CGExecutorProperty CodeGenAnalyzer.createExecutorOppositeProperty(Property asProperty)
           
 CGExecutorProperty CodeGenAnalyzer.createExecutorProperty(Property asProperty)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGExecutorProperty
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGExecutorProperty(CGExecutorProperty cgElement)
           
 

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

Subinterfaces of CGExecutorProperty in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGExecutorCompositionProperty
          A representation of the model object 'CG Executor Composition Property'.
 interface CGExecutorConstructorPart
          A representation of the model object 'CG Executor Constructor Part'.
 interface CGExecutorNavigationProperty
          A representation of the model object 'CG Executor Navigation Property'.
 interface CGExecutorOppositeProperty
          A representation of the model object 'CG Executor Opposite Property'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorProperty
 CGExecutorProperty CGExecutorOppositePropertyCallExp.getExecutorProperty()
          Returns the value of the 'Executor Property' reference.
 CGExecutorProperty CGExecutorPropertyCallExp.getExecutorProperty()
          Returns the value of the 'Executor Property' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGExecutorProperty
 void CGExecutorOppositePropertyCallExp.setExecutorProperty(CGExecutorProperty value)
          Sets the value of the 'Executor Property' reference.
 void CGExecutorPropertyCallExp.setExecutorProperty(CGExecutorProperty value)
          Sets the value of the 'Executor Property' reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorProperty
 class CGExecutorCompositionPropertyImpl
          An implementation of the model object 'CG Executor Composition Property'.
 class CGExecutorConstructorPartImpl
          An implementation of the model object 'CG Executor Constructor Part'.
 class CGExecutorNavigationPropertyImpl
          An implementation of the model object 'CG Executor Navigation Property'.
 class CGExecutorOppositePropertyImpl
          An implementation of the model object 'CG Executor Opposite Property'.
 class CGExecutorPropertyImpl
          An implementation of the model object 'CG Executor Property'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGExecutorProperty
protected  CGExecutorProperty CGExecutorOppositePropertyCallExpImpl.executorProperty
          The cached value of the 'Executor Property' reference.
protected  CGExecutorProperty CGExecutorPropertyCallExpImpl.executorProperty
          The cached value of the 'Executor Property' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorProperty
 CGExecutorProperty CGExecutorOppositePropertyCallExpImpl.getExecutorProperty()
           
 CGExecutorProperty CGExecutorPropertyCallExpImpl.getExecutorProperty()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGExecutorProperty
 void CGExecutorOppositePropertyCallExpImpl.setExecutorProperty(CGExecutorProperty newExecutorProperty)
           
 void CGExecutorPropertyCallExpImpl.setExecutorProperty(CGExecutorProperty newExecutorProperty)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorProperty
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorProperty(CGExecutorProperty cgExecutorProperty)