Package org.powertac.common
Class WeatherReport
- java.lang.Object
- 
- org.powertac.common.WeatherReport
 
- 
- 
Constructor SummaryConstructors Constructor Description WeatherReport(int timeslot, double temperature, double windSpeed, double windDirection, double cloudCover)WeatherReport(Timeslot timeslot, double temperature, double windSpeed, double windDirection, double cloudCover)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description doublegetCloudCover()TimeslotgetCurrentTimeslot()Deprecated.longgetId()doublegetTemperature()intgetTimeslotIndex()doublegetWindDirection()doublegetWindSpeed()
 
- 
- 
- 
Constructor Detail- 
WeatherReportpublic WeatherReport(int timeslot, double temperature, double windSpeed, double windDirection, double cloudCover)
 - 
WeatherReport@Deprecated @ChainedConstructor public WeatherReport(Timeslot timeslot, double temperature, double windSpeed, double windDirection, double cloudCover) Deprecated.Constructor that uses timeslot is deprecated
 
- 
 - 
Method Detail- 
getIdpublic long getId() 
 - 
getTimeslotIndexpublic int getTimeslotIndex() 
 - 
getCurrentTimeslot@Deprecated public Timeslot getCurrentTimeslot() Deprecated.
 - 
getTemperaturepublic double getTemperature() 
 - 
getWindSpeedpublic double getWindSpeed() 
 - 
getWindDirectionpublic double getWindDirection() 
 - 
getCloudCoverpublic double getCloudCover() 
 
- 
 
-