Uses of Interface
com.hp.hpl.jena.graph.query.BindingQueryPlan

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
<T extends RDFNode>
com.hp.hpl.jena.util.iterator.ExtendedIterator<T>
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
<T extends RDFNode>
com.hp.hpl.jena.util.iterator.ExtendedIterator<T>
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).
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP