Uses of Class
cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour.ForecastAtHour
| Package | Description |
|---|---|
| cz.krystofcejchan.lite_weather_lib.utilities | |
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast |
Forecast data
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days |
Forecast for each day
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour |
Forecast for each hour
|
-
Uses of ForecastAtHour in cz.krystofcejchan.lite_weather_lib.utilities
Methods in cz.krystofcejchan.lite_weather_lib.utilities that return types with arguments of type ForecastAtHour Modifier and Type Method Description static List<ForecastAtHour>UtilityClass.Storage. getListOfAllDaysAndItsTimes()Methods in cz.krystofcejchan.lite_weather_lib.utilities with parameters of type ForecastAtHour Modifier and Type Method Description static 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 ForecastAtHour Modifier and Type Method Description ForecastAtHourWeatherForecast. 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 ForecastAtHour Modifier and Type Method Description Map<DAY,Map<TIME,ForecastAtHour>>WeatherForecast. getAllForecastForAllDayAndAllTime()get all possible forecasts for all days and times you provided in the constructorList<ForecastAtHour>WeatherForecast. getAllSavedForecasts()Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast with parameters of type ForecastAtHour Modifier and Type Method Description static 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 ForecastAtHour Modifier and Type Method Description ForecastAtHourAfterTomorrow. getForecastByTime(TIME time)ForecastAtHourToday. getForecastByTime(TIME time)ForecastAtHourTomorrow. getForecastByTime(TIME time)Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that return types with arguments of type ForecastAtHour Modifier and Type Method Description Map<TIME,ForecastAtHour>AfterTomorrow. getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorMap<TIME,ForecastAtHour>Today. getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorMap<TIME,ForecastAtHour>Tomorrow. getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorList<ForecastAtHour>Today. 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 ForecastAtHour Modifier and Type Method Description ForecastAtHourIForecastDayTimesAndDays. 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 ForecastAtHour Modifier and Type Method Description default voidIForecastDayTimesAndDays. addHour(ForecastAtHour forecast)add Forecast objectstatic voidIForecastDayTimesAndDays. removedSavedForecast(ForecastAtHour forecast)