Package org.aksw.jenax.arq.aggregation
Class AggList<T>
java.lang.Object
org.aksw.jenax.arq.aggregation.AggList<T>
- All Implemented Interfaces:
org.aksw.commons.collector.domain.Aggregator<org.apache.jena.sparql.engine.binding.Binding,,org.apache.jena.sparql.function.FunctionEnv, List<T>> Agg<List<T>>
-
Constructor Summary
Constructors -
Method Summary
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
-
AggList
-
-
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, List<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
-