Package org.aksw.jenax.arq.aggregation
Interface BindingMapperVarAware<T>
- All Superinterfaces:
BiFunction<org.apache.jena.sparql.engine.binding.Binding,,Long, T> BindingMapper<T>
- All Known Implementing Classes:
BindingMapperExpr,BindingMapperProjectVar
Binding mapper that is aware of its referenced variables
- Author:
- raven
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
Method Details
-
getVarsMentioned
Set<org.apache.jena.sparql.core.Var> getVarsMentioned()
-