Uses of Class
org.eclipse.rdf4j.query.AbstractBindingSet
Packages that use AbstractBindingSet
Package
Description
-
Uses of AbstractBindingSet in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractBindingSet in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionclass
An array implementation of theBindingSet
interface.class
An implementation of theBindingSet
interface that is used to evalate query object models. -
Uses of AbstractBindingSet in org.eclipse.rdf4j.query.impl
Subclasses of AbstractBindingSet in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionclass
A List-based implementation of theBindingSet
interface.class
A Map-based implementation of theBindingSet
interface. -
Uses of AbstractBindingSet in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractBindingSet in org.eclipse.rdf4j.repository.sparql.queryModifier and TypeClassDescriptionclass
An implementation of theBindingSet
interface that is used to evaluate query object models.