Class MinusGraphPattern
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<GraphPattern>
org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
org.eclipse.rdf4j.sparqlbuilder.graphpattern.MinusGraphPattern
- All Implemented Interfaces:
QueryElement
,GraphPattern
-
Field Summary
FieldsFields inherited from class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
isOptional
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
and, copy, filter, from, isEmpty, optional
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
filterExists, filterExists, filterNotExists, minus, optional, union
-
Field Details
-
MINUS
- See Also:
-
-
Constructor Details
-
MinusGraphPattern
MinusGraphPattern()
-
-
Method Details
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Overrides:
getQueryString
in classGroupGraphPattern
- Returns:
- the String representing the SPARQL syntax of this element
-