com.hp.hpl.jena.sparql.engine.iterator
Class QueryIter2
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
com.hp.hpl.jena.sparql.engine.iterator.QueryIter2
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
- Direct Known Subclasses:
- QueryIter2LoopOnLeft, QueryIterJoinBase
public abstract class QueryIter2
- extends QueryIter
This class makrs a QueryIter that takes one QueryIterator as input.
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
QueryIter2
public QueryIter2(QueryIterator left,
QueryIterator right,
ExecutionContext execCxt)
output
public void output(org.openjena.atlas.io.IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output in interface PrintSerializable- Overrides:
output in class QueryIter
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.