Package org.aksw.commons.collector.core
Class AggFinish.AccFinish<I,E,O,V>
java.lang.Object
org.aksw.commons.collector.core.AggFinish.AccFinish<I,E,O,V>
- All Implemented Interfaces:
Serializable,Accumulator<I,E, V>
public static class AggFinish.AccFinish<I,E,O,V>
extends Object
implements Accumulator<I,E,V>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulate(I input, E env) Accumulate an input value w.r.t.booleanAccumulator<I,E, O> Shortcut forgetEnclosingInstance().getTransform()getValue()Obtain the output based on the so-far accumulated inputsinthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.collector.domain.Accumulator
accumulate
-
Field Details
-
subAcc
-
transform
-
-
Constructor Details
-
AccFinish
-
-
Method Details
-
accumulate
Description copied from interface:AccumulatorAccumulate an input value w.r.t. to an environment- Specified by:
accumulatein interfaceAccumulator<I,E, O>
-
getSubAcc
-
getValue
Description copied from interface:AccumulatorObtain the output based on the so-far accumulated inputs- Specified by:
getValuein interfaceAccumulator<I,E, O>
-
getTransform
Shortcut forgetEnclosingInstance().getTransform() -
hashCode
public int hashCode() -
equals
-