Class StatementConversionIteration

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

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