org.openrdf.query.algebra.evaluation.iterator
Class CompatibleBindingSetFilter

java.lang.Object
  extended by info.aduna.iteration.CloseableIterationBase<E,X>
      extended by info.aduna.iteration.IterationWrapper<E,X>
          extended by info.aduna.iteration.FilterIteration<BindingSet,QueryEvaluationException>
              extended by org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
All Implemented Interfaces:
CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>

Deprecated.

@Deprecated
public class CompatibleBindingSetFilter
extends FilterIteration<BindingSet,QueryEvaluationException>

Author:
Arjohn Kampman

Field Summary
 
Fields inherited from class info.aduna.iteration.IterationWrapper
wrappedIter
 
Constructor Summary
CompatibleBindingSetFilter(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet inputBindings)
          Deprecated.  
 
Method Summary
protected  boolean accept(BindingSet outputBindings)
          Deprecated. Tests whether or not the specified object should be returned by this Iteration.
 
Methods inherited from class info.aduna.iteration.FilterIteration
handleClose, hasNext, next
 
Methods inherited from class info.aduna.iteration.IterationWrapper
remove
 
Methods inherited from class info.aduna.iteration.CloseableIterationBase
close, isClosed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompatibleBindingSetFilter

public CompatibleBindingSetFilter(CloseableIteration<BindingSet,QueryEvaluationException> iter,
                                  BindingSet inputBindings)
Deprecated. 
Method Detail

accept

protected boolean accept(BindingSet outputBindings)
                  throws QueryEvaluationException
Deprecated. 
Description copied from class: FilterIteration
Tests whether or not the specified object should be returned by this Iteration. All objects from the wrapped Iteration pass through this method in the same order as they are coming from the wrapped Iteration.

Specified by:
accept in class FilterIteration<BindingSet,QueryEvaluationException>
Parameters:
outputBindings - The object to be tested.
Returns:
true if the object should be returned, false otherwise.
Throws:
QueryEvaluationException


Copyright © 2001-2012 Aduna. All Rights Reserved.