Class AccumulatorSynchronized<I,E,O>
java.lang.Object
org.aksw.commons.collector.core.AccumulatorSynchronized<I,E,O>
- All Implemented Interfaces:
Accumulator<I,E, O>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulate(I input, E env) Accumulate an input value w.r.t.getValue()Obtain the output based on the so-far accumulated inputsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Accumulator
accumulate
-
Field Details
-
delegate
-
-
Constructor Details
-
AccumulatorSynchronized
-
-
Method Details
-
accumulate
Description copied from interface:AccumulatorAccumulate an input value w.r.t. to an environment- Specified by:
accumulatein interfaceAccumulator<I,E, O>
-
getValue
Description copied from interface:AccumulatorObtain the output based on the so-far accumulated inputs- Specified by:
getValuein interfaceAccumulator<I,E, O>
-