DataPoint
public abstract class DataPoint<T extends Object>
CumulativeDataPoint |
A |
IntervalDataPoint |
Data point that includes just the delta from the previous data point for |
SampleDataPoint |
Data point that represents a piece of data that was valid at a single point in time, for example heart rate or speed. |
StatisticalDataPoint |
Data point that represents statistics on |
Base class to represent individual pieces of data of type dataType.
Summary
Public methods |
|
|---|---|
@NonNull DataType<@NonNull T, @NonNull DataPoint<@NonNull T>> |
Type of data contained within this |