Class FilterExistsGraphPattern
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<GraphPattern>
org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
org.eclipse.rdf4j.sparqlbuilder.graphpattern.FilterExistsGraphPattern
- All Implemented Interfaces:
QueryElement,GraphPattern
A SPARQL Graph Pattern Filter
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final Stringprivate static final Stringprivate static final StringFields inherited from class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
isOptionalFields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) FilterExistsGraphPatternexists(boolean exists) Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
and, copy, filter, from, isEmpty, optionalMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElementsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
filterExists, filterExists, filterNotExists, minus, optional, union
-
Field Details
-
FILTER
- See Also:
-
NOT
- See Also:
-
EXISTS
- See Also:
-
exists
private boolean exists
-
-
Constructor Details
-
FilterExistsGraphPattern
FilterExistsGraphPattern()
-
-
Method Details
-
exists
-
getQueryString
- Specified by:
getQueryStringin interfaceQueryElement- Overrides:
getQueryStringin classGroupGraphPattern- Returns:
- the String representing the SPARQL syntax of this element
-