Uses of Class
org.powertac.common.interfaces.TimeslotPhaseProcessor
-
Packages that use TimeslotPhaseProcessor Package Description org.powertac.accounting org.powertac.common.interfaces org.powertac.customer org.powertac.tariffmarket -
-
Uses of TimeslotPhaseProcessor in org.powertac.accounting
Subclasses of TimeslotPhaseProcessor in org.powertac.accounting Modifier and Type Class Description class
AccountingService
Implementation ofAccounting
-
Uses of TimeslotPhaseProcessor in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces with parameters of type TimeslotPhaseProcessor Modifier and Type Method Description void
CompetitionControl. registerTimeslotPhase(TimeslotPhaseProcessor thing, int phase)
Registers the caller to be activated during each timeslot in the proper phase sequence. -
Uses of TimeslotPhaseProcessor in org.powertac.customer
Subclasses of TimeslotPhaseProcessor in org.powertac.customer Modifier and Type Class Description class
CustomerModelService
Manages a set of customer models. -
Uses of TimeslotPhaseProcessor in org.powertac.tariffmarket
Subclasses of TimeslotPhaseProcessor in org.powertac.tariffmarket Modifier and Type Class Description class
CapacityControlService
Service for managing balancing and economic controls.class
TariffMarketService
Implements the Tariff Market abstraction.
-