Class WeatherForecastRepo

java.lang.Object
org.powertac.common.repo.WeatherForecastRepo
All Implemented Interfaces:
DomainRepo

@Service
public class WeatherForecastRepo
extends Object
implements DomainRepo
Repository for WeatherReports. The weather reports are indexed by the timeslot that they are issued for. This allows them to be quickly accessed via a hashMap. The parameter maxForecastCount controls the number of old forecasts kept in memory.
Author:
Erik Onarheim