com.hp.hpl.jena.sparql.core
Class ResultBinding
java.lang.Object
com.hp.hpl.jena.sparql.core.QuerySolutionBase
com.hp.hpl.jena.sparql.core.ResultBinding
- All Implemented Interfaces:
- QuerySolution
public class ResultBinding
- extends QuerySolutionBase
A mapping from variable name to an RDF value.
A wrapper around the graph level Binding.
ResultBinding
public ResultBinding(com.hp.hpl.jena.rdf.model.Model _model,
Binding _binding)
varNames
public Iterator<String> varNames()
- Description copied from interface:
QuerySolution
- Iterate over the variable names (strings) in this QuerySolution.
- Specified by:
varNames
in interface QuerySolution
- Specified by:
varNames
in class QuerySolutionBase
- Returns:
- Iterator of strings
getBinding
public Binding getBinding()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public static boolean equals(ResultBinding rb1,
ResultBinding rb2)
Licenced under the Apache License, Version 2.0