Uses of Class
org.powertac.common.interfaces.TimeslotPhaseProcessor
-
Packages that use TimeslotPhaseProcessor Package Description org.powertac.accounting org.powertac.auctioneer org.powertac.balancemkt org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.distributionutility org.powertac.factoredcustomer org.powertac.genco org.powertac.householdcustomer org.powertac.officecomplexcustomer org.powertac.server 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.auctioneer
Subclasses of TimeslotPhaseProcessor in org.powertac.auctioneer Modifier and Type Class Description class
AuctionService
This is the wholesale day-ahead market. -
Uses of TimeslotPhaseProcessor in org.powertac.balancemkt
Subclasses of TimeslotPhaseProcessor in org.powertac.balancemkt Modifier and Type Class Description class
BalancingMarketService
-
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.distributionutility
Subclasses of TimeslotPhaseProcessor in org.powertac.distributionutility Modifier and Type Class Description class
DistributionUtilityService
Implementation of the Distribution Utility function. -
Uses of TimeslotPhaseProcessor in org.powertac.factoredcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.factoredcustomer Modifier and Type Class Description class
FactoredCustomerService
Key class that processes the configuration file and creates a collection of customers during the initialization process. -
Uses of TimeslotPhaseProcessor in org.powertac.genco
Subclasses of TimeslotPhaseProcessor in org.powertac.genco Modifier and Type Class Description class
SimpleGencoService
Very simple service that operates wholesale market actors, activated by theCompetitionControlService
once each timeslot. -
Uses of TimeslotPhaseProcessor in org.powertac.householdcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.householdcustomer Modifier and Type Class Description class
HouseholdCustomerService
Implements the Household Consumer Model. -
Uses of TimeslotPhaseProcessor in org.powertac.officecomplexcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.officecomplexcustomer Modifier and Type Class Description class
OfficeComplexCustomerService
Implements the Office Consumer Model. -
Uses of TimeslotPhaseProcessor in org.powertac.server
Subclasses of TimeslotPhaseProcessor in org.powertac.server Modifier and Type Class Description class
WeatherService
Methods in org.powertac.server with parameters of type TimeslotPhaseProcessor Modifier and Type Method Description void
CompetitionControlService. registerTimeslotPhase(TimeslotPhaseProcessor thing, int phase)
Allows instances of TimeslotPhaseProcessor to register themselves to be activated during one of the processing phases in each timeslot. -
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.
-