Uses of Interface
org.eclipse.gmt.modisco.infra.query.runtime.RuntimeFactory

Packages that use RuntimeFactory
org.eclipse.gmt.modisco.infra.query.runtime   
org.eclipse.gmt.modisco.infra.query.runtime.impl   
 

Uses of RuntimeFactory in org.eclipse.gmt.modisco.infra.query.runtime
 

Fields in org.eclipse.gmt.modisco.infra.query.runtime declared as RuntimeFactory
static RuntimeFactory RuntimeFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.gmt.modisco.infra.query.runtime that return RuntimeFactory
 RuntimeFactory RuntimePackage.getRuntimeFactory()
          Returns the factory that creates the instances of the model.
 

Uses of RuntimeFactory in org.eclipse.gmt.modisco.infra.query.runtime.impl
 

Classes in org.eclipse.gmt.modisco.infra.query.runtime.impl that implement RuntimeFactory
 class RuntimeFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.gmt.modisco.infra.query.runtime.impl that return RuntimeFactory
 RuntimeFactory RuntimePackageImpl.getRuntimeFactory()
           
static RuntimeFactory RuntimeFactoryImpl.init()
          Creates the default factory implementation.