Class SPARQLQueryBindingSet

java.lang.Object
org.eclipse.rdf4j.query.AbstractBindingSet
org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
All Implemented Interfaces:
Serializable, Iterable<Binding>, BindingSet

public class SPARQLQueryBindingSet extends AbstractBindingSet
An implementation of the BindingSet interface that is used to evaluate query object models. This implementations differs from MapBindingSet in that it maps variable names to Value objects and that the Binding objects are created lazily. Note that this class is a fully equivalent copy of QueryBindingSet, and is only included here to avoid a circular dependency between the algebra-evaluation module and the sparql-repository module.
See Also: