org.jrdf.query
Class QueryFactoryImpl

java.lang.Object
  extended by org.jrdf.query.QueryFactoryImpl
All Implemented Interfaces:
QueryFactory

public class QueryFactoryImpl
extends Object
implements QueryFactory


Constructor Summary
QueryFactoryImpl()
           
 
Method Summary
 QueryBuilder createQueryBuilder()
           
 QueryEngine createQueryEngine()
           
 RelationFactory createRelationFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFactoryImpl

public QueryFactoryImpl()
Method Detail

createQueryBuilder

public QueryBuilder createQueryBuilder()
Specified by:
createQueryBuilder in interface QueryFactory

createRelationFactory

public RelationFactory createRelationFactory()
Specified by:
createRelationFactory in interface QueryFactory

createQueryEngine

public QueryEngine createQueryEngine()
Specified by:
createQueryEngine in interface QueryFactory