Class Filter
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.graphpattern.Filter
- All Implemented Interfaces:
QueryElement
-
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:
getQueryStringin interfaceQueryElement- Returns:
- the String representing the SPARQL syntax of this element
-