|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
Base interface of the various SPARQL query types such as Ask, Construct, Describe and Select.
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the comment if any has been stored as rdfs:comment. |
java.util.List<java.lang.String> |
getFrom()
Gets the list of URIs specified in FROM clauses. |
java.util.List<java.lang.String> |
getFromNamed()
Gets the list of URIs specified in FROM NAMED clauses. |
ElementList |
getWhere()
Gets the ElementList of the WHERE clause of this query. |
java.util.List<Element> |
getWhereElements()
Gets the elements in the WHERE clause of this query. |
Methods inherited from interface org.topbraid.spin.model.print.Printable |
---|
print |
Method Detail |
---|
java.lang.String getComment()
java.util.List<java.lang.String> getFrom()
java.util.List<java.lang.String> getFromNamed()
ElementList getWhere()
java.util.List<Element> getWhereElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |