de.fuberlin.wiwiss.d2rq.find
Class FindQuery

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.find.FindQuery

public class FindQuery
extends Object

A find query on a list of property bridges. Results are delivered as an iterator. Will combine queries on multiple bridges into one SQL statement where possible.

Version:
$Id: FindQuery.java,v 1.10 2006/09/17 00:36:27 cyganiak Exp $
Author:
Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
FindQuery(com.hp.hpl.jena.graph.Triple triplePattern, Collection propertyBridges)
           
 
Method Summary
 com.hp.hpl.jena.util.iterator.ExtendedIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindQuery

public FindQuery(com.hp.hpl.jena.graph.Triple triplePattern,
                 Collection propertyBridges)
Method Detail

iterator

public com.hp.hpl.jena.util.iterator.ExtendedIterator iterator()