Uses of Interface
org.eclipse.emf.test.models.library.LibraryFactory

Packages that use LibraryFactory
org.eclipse.emf.test.models.library   
org.eclipse.emf.test.models.library.impl   
 

Uses of LibraryFactory in org.eclipse.emf.test.models.library
 

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

Methods in org.eclipse.emf.test.models.library that return LibraryFactory
 LibraryFactory LibraryPackage.getLibraryFactory()
          Returns the factory that creates the instances of the model
 

Uses of LibraryFactory in org.eclipse.emf.test.models.library.impl
 

Classes in org.eclipse.emf.test.models.library.impl that implement LibraryFactory
 class LibraryFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.library.impl that return LibraryFactory
 LibraryFactory LibraryPackageImpl.getLibraryFactory()
           
static LibraryFactory LibraryFactoryImpl.init()
          Creates the default factory implementation
 


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