public class D2RQQueryHandler extends com.hp.hpl.jena.graph.query.SimpleQueryHandler
QueryHandler interface
that answers BGP queries on behalf of a GraphD2RQ.
This is here for Jena compatibility, and is not involved
in answering SPARQL queries through ARQ. It uses the
QueryEngineD2RQ to answer BGP queries and wraps
it into the expected interface.graph| Constructor and Description |
|---|
D2RQQueryHandler(GraphD2RQ graph) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.graph.query.BindingQueryPlan |
prepareBindings(com.hp.hpl.jena.graph.query.Query q,
Node[] variables) |
com.hp.hpl.jena.graph.query.TreeQueryPlan |
prepareTree(Graph pattern) |
containsNode, objectsFor, objectsFor, patternStage, predicatesFor, predicatesFor, subjectsFor, subjectsForpublic D2RQQueryHandler(GraphD2RQ graph)
public com.hp.hpl.jena.graph.query.TreeQueryPlan prepareTree(Graph pattern)
prepareTree in interface com.hp.hpl.jena.graph.query.QueryHandlerprepareTree in class com.hp.hpl.jena.graph.query.SimpleQueryHandlerpublic com.hp.hpl.jena.graph.query.BindingQueryPlan prepareBindings(com.hp.hpl.jena.graph.query.Query q, Node[] variables)
prepareBindings in interface com.hp.hpl.jena.graph.query.QueryHandlerprepareBindings in class com.hp.hpl.jena.graph.query.SimpleQueryHandler