Uses of Interface
testmodel1.TestModel1Factory

Packages that use TestModel1Factory
testmodel1   
testmodel1.impl   
 

Uses of TestModel1Factory in testmodel1
 

Fields in testmodel1 declared as TestModel1Factory
static TestModel1Factory TestModel1Factory.eINSTANCE
          The singleton instance of the factory
 

Methods in testmodel1 that return TestModel1Factory
 TestModel1Factory TestModel1Package.getTestModel1Factory()
          Returns the factory that creates the instances of the model
 

Uses of TestModel1Factory in testmodel1.impl
 

Classes in testmodel1.impl that implement TestModel1Factory
 class TestModel1FactoryImpl
          An implementation of the model Factory
 

Methods in testmodel1.impl that return TestModel1Factory
 TestModel1Factory TestModel1PackageImpl.getTestModel1Factory()
           
static TestModel1Factory TestModel1FactoryImpl.init()
          Creates the default factory implementation
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.