Class WeatherReportRepo

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

@Service
public class WeatherReportRepo
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 maxReportCount controls the number of weather reports kept in memory.
Author:
Erik Onarheim