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 void add​(float float1, boolean boolean1)  
    protected void calculate()  
    float getDayMax()  
    float getDayMean()  
    float getDayMin()  
    float getNightMax()  
    float getNightMean()  
    float getNightMin()  
    float getTotalMax()  
    float getTotalMean()  
    float getTotalMin()  
    protected void reset()  

    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()