org.jrdf.query
Class QueryImpl
java.lang.Object
org.jrdf.query.QueryImpl
- All Implemented Interfaces:
- Query
public final class QueryImpl
- extends Object
- implements Query
Default implementation of a Query
.
- Version:
- $Revision: 1804 $
- Author:
- Tom Adams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryImpl
public QueryImpl(Expression<ExpressionVisitor> expression,
GraphRelationFactory graphRelationFactory)
executeQuery
public Answer executeQuery(Graph graph,
QueryEngine queryEngine)
- Specified by:
executeQuery
in interface Query