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