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 classThe DailyStatistics class represents daily statistical data and provides methods to define column structure, indices, and retrieve specific daily statistics details.final classThe HourlyStatistics class extends the Statistics class and adds functionality specific to hourly data.final classRepresents a statistical record for a specific month.final classThe WeeklyStatistics class extends the Statistics class and provides functionality for managing and retrieving weekly statistical data.final classRepresents 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 TypeMethodDescriptionvoidStatistics.add(Statistics<?> another) Adds the statistical data from another `Statistics` object to this one.