public class ServiceJoinConversionIteration extends ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
ServiceJoinIterator
and SPARQLFederatedService
.Modifier and Type | Field and Description |
---|---|
protected List<BindingSet> |
bindings |
Constructor and Description |
---|
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
convert(BindingSet bIn)
Converts a source type object to a target type object.
|
handleClose, hasNext, next, remove
close, isClosed
protected final List<BindingSet> bindings
public ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, List<BindingSet> bindings)
protected BindingSet convert(BindingSet bIn) throws QueryEvaluationException
ConvertingIteration
convert
in class ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.