com.hp.hpl.jena.graph.query
Class SimpleQueryPlan

java.lang.Object
  extended by com.hp.hpl.jena.graph.query.SimpleQueryPlan
All Implemented Interfaces:
BindingQueryPlan

public class SimpleQueryPlan
extends Object
implements BindingQueryPlan

SimpleQueryPlan is an implementation of QueryPlan which uses the engine defined in Query to do the work.


Constructor Summary
SimpleQueryPlan(Graph graph, GraphQuery query, Node[] variables)
           
 
Method Summary
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> executeBindings()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleQueryPlan

public SimpleQueryPlan(Graph graph,
                       GraphQuery query,
                       Node[] variables)
Method Detail

executeBindings

public com.hp.hpl.jena.util.iterator.ExtendedIterator<Domain> executeBindings()
Specified by:
executeBindings in interface BindingQueryPlan


Licenced under the Apache License, Version 2.0