Class Grootheid

java.lang.Object
  
Direct Known Subclasses:
AvgWindSpeed, Barometer, CloudHeight, DewPoint, GraadDagen, HeatIndex, InsideHum, InsideTemp, LangsteHittegolfPeriode, LangsteRegenPeriode, LangsteTempStijgingPeriode, LangsteZomerPeriode, MaximaleRegenPeriode, OutsideHum, OutsideTemp, RainRate, Sun, UVLevel, Voorspellingen, WindChill, WindDirection, Zonsterkte

public class Grootheid
extends Object


Field Summary
(package private)  ArrayList<Double> list
           
 
Constructor Summary
Grootheid()
           
 
Method Summary
 void afwijking()
           
 void avg()
           
 double calculate(double value)
           
 void display()
           
 void displayGraph()
           
 double getCurrent()
           
 String getCustom()
           
 double getMax()
           
 double getMin()
           
 String getName()
           
 Periode getPeriod()
           
 double getStatics()
           
 void maxMin()
           
 void median()
           
 void modus()
           
 void setCurrent(double current)
           
 void setCustom(String custom)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setName(String name)
           
 void setPeriod(Periode period)
           
 void setStatics_name(String statics_name)
           
 void setStatics(double statics)
           
 void updatePeriod(ArrayList<Measurement> measurement2)
           
 void updateRecent(Measurement measurement1)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

ArrayList<Double> list
Constructor Detail

Grootheid

public Grootheid()
Method Detail

afwijking

public void afwijking()

avg

public void avg()

calculate

public double calculate(double value)

display

public void display()

displayGraph

public void displayGraph()

getCurrent

public double getCurrent()

getCustom

public String getCustom()

getMax

public double getMax()

getMin

public double getMin()

getName

public String getName()

getPeriod

public Periode getPeriod()

getStatics

public double getStatics()

maxMin

public void maxMin()

median

public void median()

modus

public void modus()

setCurrent

public void setCurrent(double current)

setCustom

public void setCustom(String custom)

setMax

public void setMax(double max)

setMin

public void setMin(double min)

setName

public void setName(String name)

setPeriod

public void setPeriod(Periode period)

setStatics_name

public void setStatics_name(String statics_name)

setStatics

public void setStatics(double statics)

updatePeriod

public void updatePeriod(ArrayList<Measurement> measurement2)

updateRecent

public void updateRecent(Measurement measurement1)