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

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGSettableVariable
 CGSettableVariable CGModelFactory.createCGSettableVariable()
          Returns a new object of class 'CG Settable Variable'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGSettableVariable
 class CGSettableVariableImpl
          An implementation of the model object 'CG Settable Variable'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGSettableVariable
 CGSettableVariable CGModelFactoryImpl.createCGSettableVariable()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGSettableVariable
 T CGModelSwitch.caseCGSettableVariable(CGSettableVariable object)
          Returns the result of interpreting the object as an instance of 'CG Settable Variable'.
 R AbstractExtendingCGModelVisitor.visitCGSettableVariable(CGSettableVariable object)
           
 R AbstractNullCGModelVisitor.visitCGSettableVariable(CGSettableVariable object)
           
 R CGModelVisitor.visitCGSettableVariable(CGSettableVariable object)