public class VoidSeriesImpl extends SeriesImpl<Void>
| Constructor and Description |
|---|
VoidSeriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Void> |
getAll()
Returns all measured values as a map from the tick to the value.
|
Double |
getAverage()
Returns
null always. |
Map<Long,Double> |
getAveraged(long classWidth)
Returns an empty map always.
|
long |
getCount()
Returns the number of measured values.
|
Double |
getDoubleMedian()
Returns
null always. |
Void |
getMax()
Returns
null always. |
Void |
getMin()
Returns
null always. |
Void |
getNativeMedian()
Returns
null always. |
Void[] |
getNativeMedians()
Returns an array with the element
null always. |
Double |
getStandardDeviation()
Returns
null always. |
Class<Void> |
getValueClass()
Returns the runtime class type for
T |
boolean |
hasSingleMedian()
Returns
null always. |
void |
initialize(Simulation simulation)
Initializes the series provider.
|
void |
measure(Void value)
Adds a measured value to the series.
|
formatMetrics, toStringpublic void measure(Void value)
Seriesvalue - the value to addpublic Map<Long,Void> getAll()
SeriesResultpublic Map<Long,Double> getAveraged(long classWidth)
classWidth - the width in ticks for the classespublic Double getAverage()
null always.public Double getDoubleMedian()
null always.public Double getStandardDeviation()
null always.public Void getMin()
null always.public Void getMax()
null always.public Void[] getNativeMedians()
null always.public Void getNativeMedian()
null always.public boolean hasSingleMedian()
null always.public long getCount()
SeriesResultpublic void initialize(Simulation simulation)
SeriesProviderSeries or SeriesResult.simulation - The simulation this series is to be performed atpublic Class<Void> getValueClass()
SeriesProviderTTCopyright © 2015. All rights reserved.