Uses of Interface
org.eclipse.ocl.examples.modelregistry.ModelRegistryFactory

Packages that use ModelRegistryFactory
org.eclipse.ocl.examples.modelregistry   
org.eclipse.ocl.examples.modelregistry.impl   
org.eclipse.ocl.examples.modelregistry.presentation   
 

Uses of ModelRegistryFactory in org.eclipse.ocl.examples.modelregistry
 

Fields in org.eclipse.ocl.examples.modelregistry declared as ModelRegistryFactory
static ModelRegistryFactory ModelRegistryFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.modelregistry that return ModelRegistryFactory
 ModelRegistryFactory ModelRegistryPackage.getModelRegistryFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ModelRegistryFactory in org.eclipse.ocl.examples.modelregistry.impl
 

Classes in org.eclipse.ocl.examples.modelregistry.impl that implement ModelRegistryFactory
 class ModelRegistryFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.modelregistry.impl that return ModelRegistryFactory
 ModelRegistryFactory ModelRegistryPackageImpl.getModelRegistryFactory()
           
static ModelRegistryFactory ModelRegistryFactoryImpl.init()
          Creates the default factory implementation.
 

Uses of ModelRegistryFactory in org.eclipse.ocl.examples.modelregistry.presentation
 

Fields in org.eclipse.ocl.examples.modelregistry.presentation declared as ModelRegistryFactory
protected  ModelRegistryFactory ModelRegistryModelWizard.modelRegistryFactory
          This caches an instance of the model factory.