Package org.aksw.jenax.arq.aggregation
Class AggLiteral<T>
java.lang.Object
org.aksw.jenax.arq.aggregation.AggLiteral<T>
- All Implemented Interfaces:
org.aksw.commons.collector.domain.Aggregator<org.apache.jena.sparql.engine.binding.Binding,,org.apache.jena.sparql.function.FunctionEnv, T> Agg<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> AggLiteral<T>create(BindingMapper<T> mapper) Set<org.apache.jena.sparql.core.Var>An accumulator may declare the variable it references.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.collector.domain.Aggregator
accumulateAll, accumulateAll, accumulateAll, finish
-
Constructor Details
-
AggLiteral
-
-
Method Details
-
createAccumulator
- Specified by:
createAccumulatorin interfaceAgg<T>- Specified by:
createAccumulatorin interfaceorg.aksw.commons.collector.domain.Aggregator<org.apache.jena.sparql.engine.binding.Binding,org.apache.jena.sparql.function.FunctionEnv, T>
-
getDeclaredVars
Description copied from interface:AggAn accumulator may declare the variable it references. The variables can be derived from e.g. underlying Sparql expressions or sub aggregators.- Specified by:
getDeclaredVarsin interfaceAgg<T>- Returns:
-
create
-