Package org.powertac.common.repo

Repositories that need to exist in both the Power TAC simulation server and in brokers. Most of them are populated as their target types are created or received as incoming messages.
  • Interface Summary 
    Interface Description
    DomainRepo
    DomainRepo types need to be recycled at pre-game time.
  • Class Summary 
    Class Description
    BrokerRepo
    Repository for Brokers, including competitors and other market participants.
    CustomerRepo
    Simple repository for Customer instances.
    ManagedRepo
    Domain repos that do active memory management.
    OrderbookRepo
    Repository for Orderbooks.
    TariffRepo
    Repository for TariffSpecifications, Tariffs, Rates, and other related types.
    TimeslotRepo
    Repository for Timeslots.
    WeatherForecastRepo
    Repository for WeatherReports.
    WeatherReportRepo
    Repository for WeatherReports.