Uses of Interface
org.eclipse.gmt.modisco.infra.query.QueryFactory

Packages that use QueryFactory
org.eclipse.gmt.modisco.infra.query   
org.eclipse.gmt.modisco.infra.query.impl   
 

Uses of QueryFactory in org.eclipse.gmt.modisco.infra.query
 

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

Methods in org.eclipse.gmt.modisco.infra.query that return QueryFactory
 QueryFactory QueryPackage.getQueryFactory()
          Returns the factory that creates the instances of the model.
 

Uses of QueryFactory in org.eclipse.gmt.modisco.infra.query.impl
 

Classes in org.eclipse.gmt.modisco.infra.query.impl that implement QueryFactory
 class QueryFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.gmt.modisco.infra.query.impl that return QueryFactory
 QueryFactory QueryPackageImpl.getQueryFactory()
           
static QueryFactory QueryFactoryImpl.init()
          Creates the default factory implementation.