Uses of Package
org.aksw.jenax.arq.util.binding
Packages that use org.aksw.jenax.arq.util.binding
-
Classes in org.aksw.jenax.arq.util.binding used by org.aksw.jenax.arq.util.bindingClassDescriptionSimilar to a RowMapper in spring-jdbc, except this interface is for (jena) bindings.Binding mapper that is aware of its referenced variablesA mutable version of binding for use with
VarExprListUtils.eval(org.apache.jena.sparql.core.VarExprList, Binding, org.apache.jena.sparql.function.FunctionEnv)Profiling suggested that repeatedly usingBindingBuilder.snapshot()performs worse than evaluating against a mutable binding.