public Forecast(WeatherData wd)
 {
     this.wd = wd;
     this.wd.registerComponent(this);
 }
Beispiel #2
0
 public Statistics(WeatherData wd)
 {
     this.wd = wd;
     wd.registerComponent(this);
 }