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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final Stringprivate static final Stringprivate static final StringFields inherited from class GroupGraphPattern
isOptionalFields inherited from class QueryElementCollection
elements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) FilterExistsGraphPatternexists(boolean exists) Methods inherited from class QueryElementCollection
addElements, addElementsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-