Uses of Class
com.storedobject.iot.YearlyStatistics
Packages that use YearlyStatistics
-
Uses of YearlyStatistics in com.storedobject.iot
Methods in com.storedobject.iot that return YearlyStatisticsModifier and TypeMethodDescriptionfinal YearlyStatistics
Unit.getYearlyStatistics
(String name) Retrieves the yearly statistics for a given name.final YearlyStatistics
Unit.getYearlyStatistics
(String name, int year) Retrieves the yearly statistics for a given name and year.final <D extends Date>
YearlyStatisticsUnit.getYearlyStatistics
(String name, D date) Retrieves the yearly statistics for the given name and date.YearlyStatistics.next()
Retrieves the next instance of YearlyStatistics corresponding to the subsequent year, if the current year is less than the present year.YearlyStatistics.previous()
Retrieves the YearlyStatistics object for the previous year relative to the current instance's year value.DataSet.DataStatus.yearlyStatistics()
Retrieves the yearly statistics associated with the current data status.Methods in com.storedobject.iot that return types with arguments of type YearlyStatisticsModifier and TypeMethodDescriptionfinal List
<YearlyStatistics> Unit.listYearlyStatistics
(String name, int yearFrom, int yearTo) Retrieves a list of yearly statistics for a given name and within a specified year range.final List
<YearlyStatistics> Unit.listYearlyStatistics
(String name, Site site, int periodCount) Retrieves a list of yearly statistics for a specified entity within a given time period.