Uses of Interface
org.eclipse.emf.mapping.MappingFactory

Packages that use MappingFactory
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
 

Uses of MappingFactory in org.eclipse.emf.mapping
 

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

Methods in org.eclipse.emf.mapping that return MappingFactory
 MappingFactory MappingPackage.getMappingFactory()
          Returns the factory that creates the instances of the model
 

Uses of MappingFactory in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement MappingFactory
 class MappingFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.mapping.impl that return MappingFactory
 MappingFactory MappingPackageImpl.getMappingFactory()
           
static MappingFactory MappingFactoryImpl.init()
          Creates the default factory implementation
 


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