Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.ArrayBindingSet
Packages that use ArrayBindingSet
Package
Description
-
Uses of ArrayBindingSet in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type ArrayBindingSetModifier and TypeMethodDescriptionArrayBindingSet.getDirectAddBinding(String bindingName)
ArrayBindingSet.getDirectGetBinding(String variableName)
ArrayBindingSet.getDirectGetValue(String variableName)
ArrayBindingSet.getDirectHasBinding(String bindingName)
ArrayBindingSet.getDirectSetBinding(String bindingName)
This is used to generate a direct setter into the array to put a binding value into.Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ArrayBindingSet -
Uses of ArrayBindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return ArrayBindingSetModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.createBindingSet()
ArrayBindingBasedQueryEvaluationContext.createBindingSet(BindingSet bindings)