Package zombie.iso.weather
Class ClimateForecaster.ForecastValue
java.lang.Object
zombie.iso.weather.ClimateForecaster.ForecastValue
- Enclosing class:
- ClimateForecaster
public static class ClimateForecaster.ForecastValue
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ForecastValue() -
Method Summary
Modifier and Type Method Description protected voidadd(float float1, boolean boolean1)protected voidcalculate()floatgetDayMax()floatgetDayMean()floatgetDayMin()floatgetNightMax()floatgetNightMean()floatgetNightMin()floatgetTotalMax()floatgetTotalMean()floatgetTotalMin()protected voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForecastValue
public ForecastValue()
-
-
Method Details
-
getDayMin
public float getDayMin() -
getDayMax
public float getDayMax() -
getDayMean
public float getDayMean() -
getNightMin
public float getNightMin() -
getNightMax
public float getNightMax() -
getNightMean
public float getNightMean() -
getTotalMin
public float getTotalMin() -
getTotalMax
public float getTotalMax() -
getTotalMean
public float getTotalMean() -
add
protected void add(float float1, boolean boolean1) -
calculate
protected void calculate() -
reset
protected void reset()
-