Uses of Interface
org.eclipse.emf.test.models.lib.LibFactory

Packages that use LibFactory
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
 

Uses of LibFactory in org.eclipse.emf.test.models.lib
 

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

Methods in org.eclipse.emf.test.models.lib that return LibFactory
 LibFactory LibPackage.getLibFactory()
          Returns the factory that creates the instances of the model
 

Uses of LibFactory in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement LibFactory
 class LibFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.lib.impl that return LibFactory
 LibFactory LibPackageImpl.getLibFactory()
           
static LibFactory LibFactoryImpl.init()
          Creates the default factory implementation
 


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