org.powertac.common.repo
Interface DomainRepo

All Known Implementing Classes:
BrokerRepo, CustomerRepo, OrderbookRepo, TariffRepo, TimeslotRepo, WeatherForecastRepo, WeatherReportRepo

public interface DomainRepo

DomainRepo types need to be recycled at pre-game time.

Author:
John Collins

Method Summary
 void recycle()
          Implementations must clear out the repository in preparation for a new simulation.
 

Method Detail

recycle

void recycle()
Implementations must clear out the repository in preparation for a new simulation.



Copyright © 2013. All Rights Reserved.