Uses of Interface
org.eclipse.emf.test.models.key.KeyFactory

Packages that use KeyFactory
org.eclipse.emf.test.models.key   
org.eclipse.emf.test.models.key.impl   
 

Uses of KeyFactory in org.eclipse.emf.test.models.key
 

Fields in org.eclipse.emf.test.models.key declared as KeyFactory
static KeyFactory KeyFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.test.models.key that return KeyFactory
 KeyFactory KeyPackage.getKeyFactory()
          Returns the factory that creates the instances of the model
 

Uses of KeyFactory in org.eclipse.emf.test.models.key.impl
 

Classes in org.eclipse.emf.test.models.key.impl that implement KeyFactory
 class KeyFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.key.impl that return KeyFactory
 KeyFactory KeyPackageImpl.getKeyFactory()
           
static KeyFactory KeyFactoryImpl.init()
          Creates the default factory implementation
 


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