Uses of Interface
org.eclipse.mtj.api.runtimes.RuntimesFactory

Packages that use RuntimesFactory
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
 

Uses of RuntimesFactory in org.eclipse.mtj.api.runtimes
 

Fields in org.eclipse.mtj.api.runtimes declared as RuntimesFactory
static RuntimesFactory RuntimesFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.mtj.api.runtimes that return RuntimesFactory
 RuntimesFactory RuntimesPackage.getRuntimesFactory()
          Returns the factory that creates the instances of the model.
 

Uses of RuntimesFactory in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement RuntimesFactory
 class RuntimesFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return RuntimesFactory
 RuntimesFactory RuntimesPackageImpl.getRuntimesFactory()
           
static RuntimesFactory RuntimesFactoryImpl.init()
          Creates the default factory implementation.