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 GroupGraphPattern
isOptionalFields inherited from class QueryElementCollection
elements -
Constructor Summary
Constructors -
Method Summary
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
-
MINUS
- See Also:
-
-
Constructor Details
-
MinusGraphPattern
MinusGraphPattern()
-
-
Method Details
-
getQueryString
- Specified by:
getQueryStringin interfaceQueryElement- Overrides:
getQueryStringin classGroupGraphPattern- Returns:
- the String representing the SPARQL syntax of this element
-