Uses of Class
com.storedobject.iot.Statistics
Packages that use Statistics
-
Uses of Statistics in com.storedobject.iot
Subclasses of Statistics in com.storedobject.iotModifier and TypeClassDescriptionfinal class
The DailyStatistics class represents daily statistical data and provides methods to define column structure, indices, and retrieve specific daily statistics details.final class
The HourlyStatistics class extends the Statistics class and adds functionality specific to hourly data.final class
Represents a statistical record for a specific month.final class
The WeeklyStatistics class extends the Statistics class and provides functionality for managing and retrieving weekly statistical data.final class
Represents statistics that are aggregated on a yearly basis.Methods in com.storedobject.iot that return StatisticsModifier and TypeMethodDescriptionabstract Statistics
<P> Statistics.next()
Retrieves the next instance of statistics in a sequence or ordered collection.abstract Statistics
<P> Statistics.previous()
Retrieves the previous instance of statistics in a sequence or ordered collection.Methods in com.storedobject.iot with parameters of type StatisticsModifier and TypeMethodDescriptionvoid
Statistics.add
(Statistics<?> another) Adds the statistical data from another `Statistics` object to this one.