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

java.lang.Object
  extended bycom.hp.hpl.jena.graph.query.SimpleTreeQueryPlan
All Implemented Interfaces:
TreeQueryPlan

public class SimpleTreeQueryPlan
extends java.lang.Object
implements TreeQueryPlan


Constructor Summary
SimpleTreeQueryPlan(Graph target, Graph pattern)
           
 
Method Summary
 Graph executeTree()
           
static java.util.HashSet getRoots(Graph pattern)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTreeQueryPlan

public SimpleTreeQueryPlan(Graph target,
                           Graph pattern)
Method Detail

executeTree

public Graph executeTree()
Specified by:
executeTree in interface TreeQueryPlan

getRoots

public static java.util.HashSet getRoots(Graph pattern)


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