public class SparqlSubWhere extends SparqlWhere
select, service, subClauses
Constructor and Description |
---|
SparqlSubWhere()
Create a new instance of SparqlSubWhere
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
partToString()
Get a string-based description of this query component for info purposes only.
|
java.lang.String |
queryString(boolean addType)
Get a string-based description of this query component.
|
SparqlWhere |
toWhere()
Clone this object into a base Where clause.
|
addClause, addClause, addSelect, addService, getClauses, getElement, getSelect, getService, getValue, queryString, reset
getType, getUuid, setFilter, setFunction, setNot, setType, setUuid, setValue
public java.lang.String queryString(boolean addType)
queryString
in class SparqlWhere
addType
- if true add additional type info.public java.lang.String partToString()
partToString
in class SparqlWhere
public SparqlWhere toWhere()