|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingQueryPlan | |
---|---|
com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of BindingQueryPlan in com.hp.hpl.jena.graph.query |
---|
Classes in com.hp.hpl.jena.graph.query that implement BindingQueryPlan | |
---|---|
class |
SimpleQueryPlan
SimpleQueryPlan is an implementation of QueryPlan which uses the engine defined in Query to do the work. |
Methods in com.hp.hpl.jena.graph.query that return BindingQueryPlan | |
---|---|
BindingQueryPlan |
QueryHandler.prepareBindings(Query q,
Node[] variables)
prepare a plan for generating bindings given the query _q_ and the result variables _variables_. |
BindingQueryPlan |
SimpleQueryHandler.prepareBindings(Query q,
Node[] variables)
|
Uses of BindingQueryPlan in com.hp.hpl.jena.ontology |
---|
Methods in com.hp.hpl.jena.ontology with parameters of type BindingQueryPlan | ||
---|---|---|
|
OntModel.queryFor(BindingQueryPlan query,
List<BindingQueryPlan> altQueries,
Class<T> asKey)
Answer the iterator over the resources from the graph that satisfy the given query, followed by the answers to the alternative queries (if specified). |
Method parameters in com.hp.hpl.jena.ontology with type arguments of type BindingQueryPlan | ||
---|---|---|
|
OntModel.queryFor(BindingQueryPlan query,
List<BindingQueryPlan> altQueries,
Class<T> asKey)
Answer the iterator over the resources from the graph that satisfy the given query, followed by the answers to the alternative queries (if specified). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |