Class Filter
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.graphpattern.Filter
- All Implemented Interfaces:
QueryElement
A SPARQL Filter Clause
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter
(Expression<?> expression) Set the constraint for this Filter clause
-
Field Details
-
FILTER
- See Also:
-
constraint
-
-
Constructor Details
-
Filter
Filter() -
Filter
Filter(Expression<?> expression)
-
-
Method Details
-
filter
Set the constraint for this Filter clause- Parameters:
expression
- the constraint to set- Returns:
- this
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-