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, resetgetType, getUuid, setFilter, setFunction, setNot, setType, setUuid, setValuepublic java.lang.String queryString(boolean addType)
queryString in class SparqlWhereaddType - if true add additional type info.public java.lang.String partToString()
partToString in class SparqlWherepublic SparqlWhere toWhere()