T - The type of numbers measuredpublic interface SeriesProvider<T> extends Series<T>, SeriesResult<T>
Series) and reading (SeriesResult) values.| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getValueClass()
Returns the runtime class type for
T |
void |
initialize(Simulation simulation)
Initializes the series provider.
|
getAll, getAverage, getAveraged, getCount, getDoubleMedian, getMax, getMin, getNativeMedian, getNativeMedians, getStandardDeviation, hasSingleMedianvoid initialize(Simulation simulation)
Series or SeriesResult.simulation - The simulation this series is to be performed atCopyright © 2015. All rights reserved.