Modifier and Type | Class and Description |
---|---|
class |
DistinctIteration<E,X extends Exception>
An Iteration that filters any duplicate elements from an underlying iterator.
|
class |
IntersectIteration<E,X extends Exception>
An Iteration that returns the intersection of the results of two Iterations.
|
class |
MinusIteration<E,X extends Exception>
An Iteration that returns the results of an Iteration (the left argument)
minus the results of another Iteration (the right argument).
|
class |
OffsetIteration<E,X extends Exception>
An Iteration that skips the first offset elements from an
underlying Iteration.
|
class |
ReducedIteration<E,X extends Exception>
Removes consecutive duplicates from the object stream.
|
Modifier and Type | Class and Description |
---|---|
class |
CompatibleBindingSetFilter
Deprecated.
|
class |
FilterIterator |
class |
SPARQLMinusIteration<X extends Exception>
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeDistinctIteration |
class |
LimitedSizeIntersectIteration |
class |
LimitedSizeSPARQLMinusIteration |
Modifier and Type | Class and Description |
---|---|
class |
FilterCursor
Provides a convenient constructor for
FilterIterator using the
condition. |
Copyright © 2001-2016 Aduna. All Rights Reserved.