|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerySolution
A single answer from a SELECT query.
Method Summary | |
---|---|
boolean |
contains(String varName)
Return true if the named variable is in this binding |
com.hp.hpl.jena.rdf.model.RDFNode |
get(String varName)
Return the value of the named variable in this binding. |
com.hp.hpl.jena.rdf.model.Literal |
getLiteral(String varName)
Return the value of the named variable in this binding, casting to a Literal. |
com.hp.hpl.jena.rdf.model.Resource |
getResource(String varName)
Return the value of the named variable in this binding, casting to a Resource. |
Iterator<String> |
varNames()
Iterate over the variable names (strings) in this QuerySolution. |
Method Detail |
---|
com.hp.hpl.jena.rdf.model.RDFNode get(String varName)
varName
-
com.hp.hpl.jena.rdf.model.Resource getResource(String varName)
varName
-
com.hp.hpl.jena.rdf.model.Literal getLiteral(String varName)
varName
-
boolean contains(String varName)
Iterator<String> varNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |