public interface QuerySolution
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String varName)
Return true if the named variable is in this binding
|
RDFNode |
get(String varName)
Return the value of the named variable in this binding.
|
Literal |
getLiteral(String varName)
Return the value of the named variable in this binding, casting to a Literal.
|
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.
|
RDFNode get(String varName)
varName
- Resource getResource(String varName)
varName
- Literal getLiteral(String varName)
varName
- boolean contains(String varName)
Licenced under the Apache License, Version 2.0