Package org.aksw.commons.collector.core
Interface AggOutputTransform.AccOutputTransform<I,E,O,P,SUBACC extends Accumulator<I,E,O>>
- All Superinterfaces:
Accumulator<I,,E, P> AccWrapper<I,E, P, SUBACC>
- All Known Implementing Classes:
AggOutputTransform.AccOutputTransformImpl
- Enclosing class:
- AggOutputTransform<I,
E, O, P, SUBACC extends Accumulator<I, E, O>, SUBAGG extends ParallelAggregator<I, E, O, SUBACC>>
public static interface AggOutputTransform.AccOutputTransform<I,E,O,P,SUBACC extends Accumulator<I,E,O>>
extends AccWrapper<I,E,P,SUBACC>
-
Method Summary
Methods inherited from interface org.aksw.commons.collector.domain.Accumulator
accumulate, accumulate, getValueMethods inherited from interface org.aksw.commons.collector.core.AccWrapper
getSubAcc