Class IteratingTupleQueryResult

java.lang.Object
All Implemented Interfaces:
AutoCloseable, Iterable<BindingSet>, Iterator<BindingSet>, CloseableIteration<BindingSet>, QueryResult<BindingSet>, TupleQueryResult
Direct Known Subclasses:
BackgroundTupleResult

public class IteratingTupleQueryResult extends IterationWrapper<BindingSet> implements TupleQueryResult
An iterating implementation of the TupleQueryResult interface.