com.hp.hpl.jena.sparql.engine.iterator
Class QueryIter
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, java.util.Iterator<Binding>, Printable, Closeable
- Direct Known Subclasses:
- QueryIter1, QueryIter2, QueryIterConcat, QueryIterExtendByVar, QueryIterNullIterator, QueryIterPlainWrapper, QueryIterSub, QueryIterTracked, QueryIterYieldN
public abstract class QueryIter
- extends QueryIteratorBase
This class provides the general machinary for iterators.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryIter
public QueryIter(ExecutionContext execCxt)
makeTracked
public static QueryIter makeTracked(QueryIterator qIter,
ExecutionContext execCxt)
materialize
public static QueryIter materialize(QueryIterator qIter,
ExecutionContext execCxt)
close
public final void close()
- Specified by:
close in interface Closeable- Overrides:
close in class QueryIteratorBase
getExecContext
public ExecutionContext getExecContext()
getIteratorNumber
public int getIteratorNumber()
output
public void output(IndentedWriter out,
SerializationContext sCxt)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.