Uses of Class
cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour.ForecastAtHour
Packages that use ForecastAtHour
Package
Description
Main project package
Forecast data
Forecast for each day
Forecast for each hour
-
Uses of ForecastAtHour in cz.krystofcejchan.lite_weather_lib
Methods in cz.krystofcejchan.lite_weather_lib that return types with arguments of type ForecastAtHourModifier and TypeMethodDescriptionstatic List<ForecastAtHour>UtilityClass.Storage.getListOfAllDaysAndItsTimes()Methods in cz.krystofcejchan.lite_weather_lib with parameters of type ForecastAtHourModifier and TypeMethodDescriptionstatic voidUtilityClass.Storage.addToListOfAllDaysAndItsTimes(ForecastAtHour forecast) static voidUtilityClass.Storage.removeElement(ForecastAtHour forecast) -
Uses of ForecastAtHour in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return ForecastAtHourModifier and TypeMethodDescriptionWeatherForecast.getForecastFor(DAY day, TIME time) returns forecast for specific day and timeMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return types with arguments of type ForecastAtHourModifier and TypeMethodDescriptionWeatherForecast.getAllForecastForAllDayAndAllTime()get all possible forecasts for all days and times you provided in the constructorWeatherForecast.getAllSavedForecasts()Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast with parameters of type ForecastAtHourModifier and TypeMethodDescriptionstatic voidWeatherForecast.removedSavedForecast(ForecastAtHour forecast) removes forecast from param -
Uses of ForecastAtHour in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that return ForecastAtHourModifier and TypeMethodDescriptionAfterTomorrow.getForecastByTime(TIME time) Today.getForecastByTime(TIME time) Tomorrow.getForecastByTime(TIME time) Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that return types with arguments of type ForecastAtHourModifier and TypeMethodDescriptionAfterTomorrow.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorToday.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorTomorrow.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorToday.getForecastHourlyList() -
Uses of ForecastAtHour in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour that return ForecastAtHourModifier and TypeMethodDescriptionIForecastDayTimesAndDays.getForecastByTime(TIME time) implemented by Today, Tomorrow and AfterTomorrow, therefor no day is neededstatic ForecastAtHourIForecastDayTimesAndDays.getMatchingObjectFrom(DAY day, TIME time) returns forecast for specific day and hourMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour with parameters of type ForecastAtHourModifier and TypeMethodDescriptiondefault voidIForecastDayTimesAndDays.addHour(ForecastAtHour forecast) add Forecast objectstatic voidIForecastDayTimesAndDays.removedSavedForecast(ForecastAtHour forecast)