Uses of Interface
org.eclipse.ocl.examples.autogen.autocgmodel.AutoCGModelFactory

Packages that use AutoCGModelFactory
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
 

Uses of AutoCGModelFactory in org.eclipse.ocl.examples.autogen.autocgmodel
 

Fields in org.eclipse.ocl.examples.autogen.autocgmodel declared as AutoCGModelFactory
static AutoCGModelFactory AutoCGModelFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel that return AutoCGModelFactory
 AutoCGModelFactory AutoCGModelPackage.getAutoCGModelFactory()
          Returns the factory that creates the instances of the model.
 

Uses of AutoCGModelFactory in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement AutoCGModelFactory
 class AutoCGModelFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl that return AutoCGModelFactory
 AutoCGModelFactory AutoCGModelPackageImpl.getAutoCGModelFactory()
           
static AutoCGModelFactory AutoCGModelFactoryImpl.init()
          Creates the default factory implementation.