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

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

public class SimpleQueryPlan
extends java.lang.Object
implements BindingQueryPlan

Author:
kers

Constructor Summary
SimpleQueryPlan(Graph graph, Query query, Node[] variables)
           
 
Method Summary
 ExtendedIterator 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 ExtendedIterator executeBindings()
Specified by:
executeBindings in interface BindingQueryPlan


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.