Uses of Class
filecontroller.WeatherMap

Packages that use WeatherMap
calculation Provides classes for handling the graph and the calculation of the arrival tree. 
filecontroller Provides classes for reading the weather data. 
general Provides classes for handling some general data that all packages need. 
 

Uses of WeatherMap in calculation
 

Fields in calculation declared as WeatherMap
private  WeatherMap Graph.map
          Address of the WeatherMap class.
 

Uses of WeatherMap in filecontroller
 

Fields in filecontroller declared as WeatherMap
private  WeatherMap FileController.weatherMap
          Current instance of WeatherMap class.
 

Methods in filecontroller that return WeatherMap
 WeatherMap FileController.getWeatherMap()
          Method returns current instance of WeatherMap -class, which contains the actual weather data.
 WeatherMap FileInterface.getWeatherMap()
          Returns current WeatherMap- class.
 

Uses of WeatherMap in general
 

Fields in general declared as WeatherMap
private  WeatherMap DataCollection.weathermap
          weatherMap Current instance of WeatherMap- class.
 

Methods in general that return WeatherMap
 WeatherMap DataCollection.getWeatherMapClass()
          Returns current WeatherMap-class.
 

Methods in general with parameters of type WeatherMap
 void DataCollection.setWeatherMapClass(WeatherMap weathermap)
          Set WeatherMap -class instance.