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 bindingName) ArrayBindingSet.getDirectGetValue(String bindingName) 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
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as ArrayBindingSetModifier and TypeFieldDescriptionprivate final ArrayBindingSetArrayBindingBasedQueryEvaluationContext.defaultArrayBindingSetFields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type ArrayBindingSetModifier and TypeFieldDescriptionprivate final Function<ArrayBindingSet, Value> ArrayBindingBasedQueryEvaluationContext.ValueGetter.directAccessForVariableprivate final Function<ArrayBindingSet, Boolean> ArrayBindingBasedQueryEvaluationContext.HasBinding.directHasVariableMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return ArrayBindingSetModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.createBindingSet()ArrayBindingBasedQueryEvaluationContext.createBindingSet(BindingSet bindings) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type ArrayBindingSetModifierConstructorDescriptionHasBinding(String variableName, Function<ArrayBindingSet, Boolean> directHasVariable) ValueGetter(String variableName, Function<ArrayBindingSet, Value> directAccessForVariable)