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

Packages that use CGPackage
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   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.codegen.oclinjunit   
 

Uses of CGPackage in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGPackage
 CGPackage Pivot2CGVisitor.visitPackage(Package element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGPackage
 java.lang.String CG2StringVisitor.visitCGPackage(CGPackage cgPackage)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGPackage
 CGPackage CGModelFactory.createCGPackage()
          Returns a new object of class 'CG Package'.
 CGPackage CGClass.getContainingPackage()
          Returns the value of the 'Containing Package' container reference.
 CGPackage CGPackage.getContainingPackage()
          Returns the value of the 'Containing Package' container reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGPackage
 java.util.List<CGPackage> CGModel.getPackages()
          Returns the value of the 'Packages' containment reference list.
 java.util.List<CGPackage> CGPackage.getPackages()
          Returns the value of the 'Packages' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGPackage
 void CGClass.setContainingPackage(CGPackage value)
          Sets the value of the 'Containing Package' container reference.
 void CGPackage.setContainingPackage(CGPackage value)
          Sets the value of the 'Containing Package' container reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGPackage
 class CGPackageImpl
          An implementation of the model object 'CG Package'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGPackage
protected  org.eclipse.emf.common.util.EList<CGPackage> CGModelImpl.packages
          The cached value of the 'Packages' containment reference list.
protected  org.eclipse.emf.common.util.EList<CGPackage> CGPackageImpl.packages
          The cached value of the 'Packages' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGPackage
 CGPackage CGModelFactoryImpl.createCGPackage()
           
 CGPackage CGClassImpl.getContainingPackage()
           
 CGPackage CGPackageImpl.getContainingPackage()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGPackage
 java.util.List<CGPackage> CGModelImpl.getPackages()
           
 java.util.List<CGPackage> CGPackageImpl.getPackages()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGPackage
 org.eclipse.emf.common.notify.NotificationChain CGClassImpl.basicSetContainingPackage(CGPackage newContainingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CGPackageImpl.basicSetContainingPackage(CGPackage newContainingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CGClassImpl.setContainingPackage(CGPackage newContainingPackage)
           
 void CGPackageImpl.setContainingPackage(CGPackage newContainingPackage)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGPackage
 T CGModelSwitch.caseCGPackage(CGPackage object)
          Returns the result of interpreting the object as an instance of 'CG Package'.
 R AbstractExtendingCGModelVisitor.visitCGPackage(CGPackage object)
           
 R AbstractNullCGModelVisitor.visitCGPackage(CGPackage object)
           
 R CGModelVisitor.visitCGPackage(CGPackage object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGPackage
 java.lang.Object CG2JavaVisitor.visitCGPackage(CGPackage cgPackage)
           
 

Uses of CGPackage in org.eclipse.ocl.examples.codegen.oclinecore
 

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as CGPackage
protected  CGPackage OCLinEcoreCG2JavaVisitor.cgPackage
           
protected  CGPackage OCLinEcoreCodeGenerator.cgPackage
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore that return CGPackage
 CGPackage OCLinEcoreCG2JavaVisitor.generate()
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGPackage
 java.lang.Object OCLinEcoreCG2JavaVisitor.visitCGPackage(CGPackage cgPackage)
           
 

Uses of CGPackage in org.eclipse.ocl.examples.codegen.oclinjunit
 

Fields in org.eclipse.ocl.examples.codegen.oclinjunit declared as CGPackage
protected  CGPackage JUnitCG2JavaClassVisitor.cgPackage