public class Min<N extends Number> extends DataProcessor<N,Double> implements IAggregate<N,Double>
Void| Constructor and Description |
|---|
Min() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getValue()
Get the aggregated value
|
void |
receive(DataPoint<N> datapoint)
Receive a new data point
|
void |
reset()
Reset this aggregate.
|
add, connectTo, connectTo, receiveequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, connectTo, connectTo, receivepublic void reset()
IAggregatereset in interface IAggregate<N extends Number,Double>public Double getValue()
IAggregategetValue in interface IAggregate<N extends Number,Double>public void receive(DataPoint<N> datapoint)
IDataProcessorreceive in interface IDataProcessor<N extends Number,Double>Copyright © 2016. All rights reserved.