KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.statistic
/
Collector
Collector
abstract
class
Collector
(
name
:
String
?
=
null
)
:
Observable
<
Double
>
,
CollectorIfc
,
IdentityIfc
,
DoubleEmitterIfc
(
source
)
Inheritors
AbstractStatistic
ExceedanceEstimator
TimeWeightedStatistic
Members
Constructors
Collector
Link copied to clipboard
constructor
(
name
:
String
?
=
null
)
Properties
last
Value
Link copied to clipboard
open
override
var
lastValue
:
Double
value
Link copied to clipboard
open
override
var
value
:
Double
Functions
reset
Link copied to clipboard
open
override
fun
reset
(
)
Resets the collector as if no observations had been collected.