Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ModelFactory

Packages that use ModelFactory
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
 

Uses of ModelFactory in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return ModelFactory
static ModelFactory RepositoryAgent.getFactory()
          Returns EMF model factory to create new model objects - DON'T USE THIS FACTORY UNLESS YOU KNOW WHAT YOU ARE DOING - Instead use create methods on RepositoryData or even better RepositoryFacade.
 

Uses of ModelFactory in org.objectweb.dsrg.sofa.repository.model
 

Fields in org.objectweb.dsrg.sofa.repository.model declared as ModelFactory
static ModelFactory ModelFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ModelFactory
 ModelFactory ModelPackage.getModelFactory()
          Returns the factory that creates the instances of the model
 

Uses of ModelFactory in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ModelFactory
 class ModelFactoryImpl
          An implementation of the model Factory
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ModelFactory
 ModelFactory ModelPackageImpl.getModelFactory()
           
static ModelFactory ModelFactoryImpl.init()
          Creates the default factory implementation