Package org.powertac.common.repo
Interface DomainRepo
- 
- All Known Implementing Classes:
- BootstrapDataRepo,- BrokerRepo,- CustomerRepo,- ManagedRepo,- OrderbookRepo,- RandomSeedRepo,- TariffRepo,- TariffSubscriptionRepo,- TimeslotRepo,- WeatherForecastRepo,- WeatherReportRepo
 
 public interface DomainRepoDomainRepo types need to be recycled at pre-game time.- Author:
- John Collins
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecycle()Implementations must clear out the repository in preparation for a new simulation.
 
-