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