Class SPARQLMinusIteration

java.lang.Object
org.eclipse.rdf4j.common.iteration.FilterIteration<BindingSet>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>

public class SPARQLMinusIteration extends FilterIteration<BindingSet>
An Iteration that returns the results of an Iteration (the left argument) MINUS any results that are compatible with results of another Iteration (the right argument) or that have no shared variables. This iteration uses the formal definition of the SPARQL 1.1 MINUS operator to determine which BindingSets to return.
Author:
Jeen
See Also: