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 classAccountingServiceImplementation ofAccounting -
Uses of TimeslotPhaseProcessor in org.powertac.auctioneer
Subclasses of TimeslotPhaseProcessor in org.powertac.auctioneer Modifier and Type Class Description classAuctionServiceThis 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 classBalancingMarketService -
Uses of TimeslotPhaseProcessor in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces with parameters of type TimeslotPhaseProcessor Modifier and Type Method Description voidCompetitionControl. 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 classCustomerModelServiceManages a set of customer models. -
Uses of TimeslotPhaseProcessor in org.powertac.distributionutility
Subclasses of TimeslotPhaseProcessor in org.powertac.distributionutility Modifier and Type Class Description classDistributionUtilityServiceImplementation of the Distribution Utility function. -
Uses of TimeslotPhaseProcessor in org.powertac.factoredcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.factoredcustomer Modifier and Type Class Description classFactoredCustomerServiceKey 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 classSimpleGencoServiceVery simple service that operates wholesale market actors, activated by theCompetitionControlServiceonce each timeslot. -
Uses of TimeslotPhaseProcessor in org.powertac.householdcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.householdcustomer Modifier and Type Class Description classHouseholdCustomerServiceImplements the Household Consumer Model. -
Uses of TimeslotPhaseProcessor in org.powertac.officecomplexcustomer
Subclasses of TimeslotPhaseProcessor in org.powertac.officecomplexcustomer Modifier and Type Class Description classOfficeComplexCustomerServiceImplements the Office Consumer Model. -
Uses of TimeslotPhaseProcessor in org.powertac.server
Subclasses of TimeslotPhaseProcessor in org.powertac.server Modifier and Type Class Description classWeatherServiceMethods in org.powertac.server with parameters of type TimeslotPhaseProcessor Modifier and Type Method Description voidCompetitionControlService. 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 classCapacityControlServiceService for managing balancing and economic controls.classTariffMarketServiceImplements the Tariff Market abstraction.
-