public class JoinIterator extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Constructor and Description |
|---|
JoinIterator(EvaluationStrategy strategy,
Join join,
BindingSet bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingSet |
getNextElement() |
protected void |
handleClose() |
hasNext, next, removeclose, isClosedpublic JoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionprotected BindingSet getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected void handleClose()
throws QueryEvaluationException
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2001-2015 Aduna. All Rights Reserved.