java.lang.Object
org.apache.jena.sparql.core.QuerySolutionBase
org.apache.jena.sparql.core.ResultBinding
- All Implemented Interfaces:
QuerySolution
A mapping from variable name to an RDF value.
A wrapper around the graph level Binding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequals(ResultBinding rb1, ResultBinding rb2) toString()varNames()Iterate over the variable names (strings) in this QuerySolution.Methods inherited from class org.apache.jena.sparql.core.QuerySolutionBase
contains, get, getLiteral, getResource, getStatementTerm
-
Constructor Details
-
ResultBinding
-
-
Method Details
-
varNames
Description copied from interface:QuerySolutionIterate over the variable names (strings) in this QuerySolution.- Specified by:
varNamesin interfaceQuerySolution- Specified by:
varNamesin classQuerySolutionBase- Returns:
- Iterator of strings
-
getBinding
-
toString
-
equals
-