Package org.aksw.jenax.arq.aggregation
Class AggMap<K,V>
java.lang.Object
org.aksw.jenax.arq.aggregation.AggMap<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
org.aksw.commons.collector.domain.Aggregator<org.apache.jena.sparql.engine.binding.Binding,,org.apache.jena.sparql.function.FunctionEnv, Map<K, V>> Agg<Map<K,V>>
A less general form of AggMap2 ; this class should be removed and AggMap2 renamed to this
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> AggMap<K, V> create(BindingMapper<K> mapper, Agg<V> subAgg) 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
-
AggMap
-
-
Method Details
-
createAccumulator
-
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<K>- Returns:
-
create
-