Uses of Interface
org.eclipse.amp.amf.testing.ares.AresFactory

Packages that use AresFactory
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
 

Uses of AresFactory in org.eclipse.amp.amf.testing.ares
 

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

Methods in org.eclipse.amp.amf.testing.ares that return AresFactory
 AresFactory AresPackage.getAresFactory()
          Returns the factory that creates the instances of the model.
 

Uses of AresFactory in org.eclipse.amp.amf.testing.ares.impl
 

Classes in org.eclipse.amp.amf.testing.ares.impl that implement AresFactory
 class AresFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return AresFactory
 AresFactory AresPackageImpl.getAresFactory()
           
static AresFactory AresFactoryImpl.init()
          Creates the default factory implementation.