| Package | Description |
|---|---|
| at.borkowski.scovillej.impl.series | |
| at.borkowski.scovillej.profile | |
| at.borkowski.scovillej.simulation |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSeriesImpl
A series of
Double measures. |
class |
FloatSeriesImpl
A series of
Float measures. |
class |
IntegerSeriesImpl
A series of
Integer measures. |
class |
LongSeriesImpl
A series of
Long measures. |
class |
NumberSeriesImpl<T extends Number>
A base class for implementing a series of numbers.
|
class |
SeriesImpl<T> |
class |
VoidSeriesImpl
A series of measures with the only information that an event has happened,
but no further value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeriesProvider<T>
Represents a series provider, which is responsible for both writing (
Series) and reading (SeriesResult) values. |
| Modifier and Type | Method and Description |
|---|---|
Series<T> |
SeriesFactory.create()
Creates a series object of the given type
T. |
| Modifier and Type | Method and Description |
|---|---|
<T> Series<T> |
SimulationInitializationContext.getSeries(String symbol,
Class<T> clazz)
Returns a series object which can be used by the calling member to record
profiling numbers.
|
Copyright © 2015. All rights reserved.