|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DescribeQuery
This interface represents a SPARQL SELECT query.
| Method Summary | |
|---|---|
List<ResourceOrVariable> |
getResourcesToDescribe()
Gets the list of ResourceOrVariables to describe. |
boolean |
isDescribeAll()
Tests if all variables in the query should be described. |
| Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier |
|---|
getLimit, getOffset, getOrderConditions |
| Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.Query |
|---|
getDataSet, getQueryPattern, toString |
| Method Detail |
|---|
boolean isDescribeAll()
Tests if all variables in the query should be described.
true if the query should return all variables.List<ResourceOrVariable> getResourcesToDescribe()
Gets the list of ResourceOrVariables to describe.
If isDescribeAll() returns true then
this list contains all the variables from the query.
ResourceOrVariables to describe.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||