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
class MinusGraphPattern extends GroupGraphPattern
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
MINUS
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GroupGraphPattern
isOptional
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Constructor Summary
Constructors Constructor Description MinusGraphPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueryString()
-
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 Detail
-
MINUS
private static final java.lang.String MINUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Overrides:
getQueryString
in classGroupGraphPattern
- Returns:
- the String representing the SPARQL syntax of this element
-
-