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 java.lang.Object
implements BindingQueryPlan

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

Author:
kers

Constructor Summary
SimpleQueryPlan(Graph graph, Query 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,
                       Query query,
                       Node[] variables)
Method Detail

executeBindings

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


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