public class SameVariableConstraintTupleFilter<E> extends TupleFilter<E>
TupleFilter
class wrapping the SameVariableConstraint
.
Note: This filter can execute local to the index shard in scale-out.
Therefore it MUST NOT have a reference to the AccessPath
in order to
be Serializable
. This used to be an "inline" class in
AccessPath
. It was promoted to a top-level class for this reason.
TupleFilter.TupleFilterator<E>
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValid(ITuple tuple) |
filterOnce
addFilter, filter, getProperty, getRequiredProperty, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty
protected boolean isValid(ITuple tuple)
isValid
in class TupleFilter<E>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.