|
|||||||||||
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
|
Methods in com.hp.hpl.jena.graph.query that return BindingQueryPlan | |
BindingQueryPlan |
SimpleQueryHandler.prepareBindings(Query q,
Node[] variables)
|
BindingQueryPlan |
QueryHandler.prepareBindings(Query q,
Node[] variables)
prepare a plan for generating bindings given the query _q_ and the result variables _variables_. |
Uses of BindingQueryPlan in com.hp.hpl.jena.ontology |
Methods in com.hp.hpl.jena.ontology with parameters of type BindingQueryPlan | |
ExtendedIterator |
OntModel.queryFor(BindingQueryPlan query,
java.util.List altQueries,
java.lang.Class 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 |