Uses of Interface
org.eclipse.amp.amf.testing.aTest.ATestFactory

Packages that use ATestFactory
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.presentation   
 

Uses of ATestFactory in org.eclipse.amp.amf.testing.aTest
 

Fields in org.eclipse.amp.amf.testing.aTest declared as ATestFactory
static ATestFactory ATestFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.amp.amf.testing.aTest that return ATestFactory
 ATestFactory ATestPackage.getATestFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ATestFactory in org.eclipse.amp.amf.testing.aTest.impl
 

Classes in org.eclipse.amp.amf.testing.aTest.impl that implement ATestFactory
 class ATestFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return ATestFactory
 ATestFactory ATestPackageImpl.getATestFactory()
           
static ATestFactory ATestFactoryImpl.init()
          Creates the default factory implementation.
 

Uses of ATestFactory in org.eclipse.amp.amf.testing.aTest.presentation
 

Fields in org.eclipse.amp.amf.testing.aTest.presentation declared as ATestFactory
protected  ATestFactory ATestModelWizard.aTestFactory
          This caches an instance of the model factory.