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

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGLibraryOperation
 CGLibraryOperation CGModelFactory.createCGLibraryOperation()
          Returns a new object of class 'CG Library Operation'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGLibraryOperation
 class CGLibraryOperationImpl
          An implementation of the model object 'CG Library Operation'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLibraryOperation
 CGLibraryOperation CGModelFactoryImpl.createCGLibraryOperation()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGLibraryOperation
 T CGModelSwitch.caseCGLibraryOperation(CGLibraryOperation object)
          Returns the result of interpreting the object as an instance of 'CG Library Operation'.
 R AbstractExtendingCGModelVisitor.visitCGLibraryOperation(CGLibraryOperation object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGLibraryOperation(CGLibraryOperation object)
           
 R AbstractNullCGModelVisitor.visitCGLibraryOperation(CGLibraryOperation object)
           
 R CGModelVisitor.visitCGLibraryOperation(CGLibraryOperation object)