Class Filter

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, TupleExpr, VariableScopeChange

public class Filter extends UnaryTupleOperator
The FILTER operator, as defined in SPARQL Query Language for RDF. The FILTER operator filters specific results from the underlying tuple expression based on a configurable condition.
Author:
Arjohn Kampman
See Also: