Uses of Interface
org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory

Packages that use Ecore2EcoreFactory
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.presentation   
 

Uses of Ecore2EcoreFactory in org.eclipse.emf.mapping.ecore2ecore
 

Fields in org.eclipse.emf.mapping.ecore2ecore declared as Ecore2EcoreFactory
static Ecore2EcoreFactory Ecore2EcoreFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.mapping.ecore2ecore that return Ecore2EcoreFactory
 Ecore2EcoreFactory Ecore2EcorePackage.getEcore2EcoreFactory()
          Returns the factory that creates the instances of the model
 

Uses of Ecore2EcoreFactory in org.eclipse.emf.mapping.ecore2ecore.impl
 

Classes in org.eclipse.emf.mapping.ecore2ecore.impl that implement Ecore2EcoreFactory
 class Ecore2EcoreFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.mapping.ecore2ecore.impl that return Ecore2EcoreFactory
 Ecore2EcoreFactory Ecore2EcorePackageImpl.getEcore2EcoreFactory()
           
static Ecore2EcoreFactory Ecore2EcoreFactoryImpl.init()
          Creates the default factory implementation
 

Uses of Ecore2EcoreFactory in org.eclipse.emf.mapping.ecore2ecore.presentation
 

Fields in org.eclipse.emf.mapping.ecore2ecore.presentation declared as Ecore2EcoreFactory
protected  Ecore2EcoreFactory Ecore2EcoreModelWizard.ecore2EcoreFactory
          This caches an instance of the model factory
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.