Interface Sample.Labeled
- All Superinterfaces:
Sample
- All Known Implementing Classes:
LabeledSample
- Enclosing interface:
Sample
A sample with a label and a timestamp, typically representing actual observations (rather than derived values).
-
Nested Class Summary
Nested classes/interfaces inherited from interface Sample
Sample.Derived, Sample.LabeledModifier and TypeInterfaceDescriptionstatic interfaceSample that does not exist as an actual observation but is derived from actual observations.static interfaceA sample with a label and a timestamp, typically representing actual observations (rather than derived values). -
Method Summary
Methods inherited from interface Sample
doubleValue
-
Method Details
-
value
double value()The value.- Returns:
- value
-
label
-
timestamp
long timestamp()Timestamp the value was recorded.- Returns:
- timestamp
-