Package org.aksw.commons.collector.core
Interface AggInputTransform.AccInputTransform<I,E,J,O,SUBACC extends Accumulator<J,E,O>>
- All Superinterfaces:
Accumulator<I,,E, O> AccWrapper<I,E, O, SUBACC>
- All Known Implementing Classes:
AggInputTransform.AccTransformInputImpl
- Enclosing class:
- AggInputTransform<I,
E, J, O, SUBACC extends Accumulator<J, E, O>, SUBAGG extends ParallelAggregator<J, E, O, SUBACC>>
public static interface AggInputTransform.AccInputTransform<I,E,J,O,SUBACC extends Accumulator<J,E,O>>
extends AccWrapper<I,E,O,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