Class StatementConversionIteration

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>

public class StatementConversionIteration extends AbstractCloseableIteration<BindingSet>
Converts Statement iteration (i.e. RepositoryResult) into the corresponding binding set. Note that exceptions are converted appropriately as well.
Author:
Andreas Schwarte