public static class IDataFilter.TimeBased<V> extends Object implements IDataFilter<V>
IDataFilter.ItemCountBased<V>, IDataFilter.TimeBased<V>| Constructor and Description |
|---|
TimeBased(long intervalInMs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(DataPoint<V> vDataPoint)
Calculate whether or not the given data point is accepted by this filter.
|
public boolean accepts(DataPoint<V> vDataPoint)
IDataFilterIDataProcessor.
For an example use of filters see Sampler and corresponding filter implementationsaccepts in interface IDataFilter<V>vDataPoint - - The data point to be analyzedCopyright © 2016. All rights reserved.