Modifier and Type | Interface and Description |
---|---|
interface |
TimeSeries<V extends Value,U extends Unit<V>>
A representation of the model object 'Time Series'.
|
interface |
Unit<V extends Value>
A representation of the model object 'Unit'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleValue
A representation of the model object 'Double Value'.
|
interface |
FloatValue
A representation of the model object 'Float Value'.
|
interface |
IntValue
A representation of the model object 'Int Value'.
|
interface |
LongValue
A representation of the model object 'Long Value'.
|
Modifier and Type | Method and Description |
---|---|
<V extends Value,U extends Unit<V>> |
StatisticsFactory.createTimeSeries()
Returns a new object of class 'Time Series'.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeSeriesImpl<V extends Value,U extends Unit<V>>
An implementation of the model object 'Time Series'.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleValueImpl
An implementation of the model object 'Double Value'.
|
class |
FloatValueImpl
An implementation of the model object 'Float Value'.
|
class |
IntValueImpl
An implementation of the model object 'Int Value'.
|
class |
LongValueImpl
An implementation of the model object 'Long Value'.
|
class |
ValueImpl
An implementation of the model object 'Value'.
|
Modifier and Type | Method and Description |
---|---|
<V extends Value,U extends Unit<V>> |
StatisticsFactoryImpl.createTimeSeries() |
Modifier and Type | Method and Description |
---|---|
<V extends Value,U extends Unit<V>> |
StatisticsSwitch.caseTimeSeries(TimeSeries<V,U> object)
Returns the result of interpreting the object as an instance of 'Time Series'.
|
<V extends Value> |
StatisticsSwitch.caseUnit(Unit<V> object)
Returns the result of interpreting the object as an instance of 'Unit'.
|
Modifier and Type | Method and Description |
---|---|
T |
StatisticsSwitch.caseValue(Value object)
Returns the result of interpreting the object as an instance of 'Value'.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net