Uses of Interface
org.eclipse.emf.ecore.EcoreFactory

Packages that use EcoreFactory
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
 

Uses of EcoreFactory in org.eclipse.emf.ecore
 

Fields in org.eclipse.emf.ecore declared as EcoreFactory
static EcoreFactory EcoreFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.emf.ecore that return EcoreFactory
 EcoreFactory EcorePackage.getEcoreFactory()
          Returns the factory that creates the instances of the model
 

Uses of EcoreFactory in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EcoreFactory
 class EcoreFactoryImpl
          An implementation of the model Factory
 

Fields in org.eclipse.emf.ecore.impl declared as EcoreFactory
protected  EcoreFactory EPackageImpl.ecoreFactory
          The Ecore factory.
 

Methods in org.eclipse.emf.ecore.impl that return EcoreFactory
 EcoreFactory EcorePackageImpl.getEcoreFactory()
           
static EcoreFactory EcoreFactoryImpl.init()
          Creates the default factory implementation
 

Uses of EcoreFactory in org.eclipse.emf.ecore.presentation
 

Fields in org.eclipse.emf.ecore.presentation declared as EcoreFactory
protected  EcoreFactory EcoreModelWizard.ecoreFactory
          This caches an instance of the model factory
 


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