Uses of Interface
org.powertac.common.interfaces.InitializationService
-
Packages that use InitializationService Package Description org.powertac.accounting org.powertac.auctioneer org.powertac.balancemkt org.powertac.customer General customer-model infrastructure.org.powertac.distributionutility org.powertac.du org.powertac.factoredcustomer org.powertac.genco org.powertac.householdcustomer org.powertac.officecomplexcustomer org.powertac.server org.powertac.tariffmarket -
-
Uses of InitializationService in org.powertac.accounting
Classes in org.powertac.accounting that implement InitializationService Modifier and Type Class Description class
AccountingService
Implementation ofAccounting
-
Uses of InitializationService in org.powertac.auctioneer
Classes in org.powertac.auctioneer that implement InitializationService Modifier and Type Class Description class
AuctionService
This is the wholesale day-ahead market. -
Uses of InitializationService in org.powertac.balancemkt
Classes in org.powertac.balancemkt that implement InitializationService Modifier and Type Class Description class
BalancingMarketService
-
Uses of InitializationService in org.powertac.customer
Classes in org.powertac.customer that implement InitializationService Modifier and Type Class Description class
CustomerModelService
Manages a set of customer models. -
Uses of InitializationService in org.powertac.distributionutility
Classes in org.powertac.distributionutility that implement InitializationService Modifier and Type Class Description class
DistributionUtilityService
Implementation of the Distribution Utility function. -
Uses of InitializationService in org.powertac.du
Classes in org.powertac.du that implement InitializationService Modifier and Type Class Description class
DefaultBrokerService
Default broker implementation. -
Uses of InitializationService in org.powertac.factoredcustomer
Classes in org.powertac.factoredcustomer that implement InitializationService 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 InitializationService in org.powertac.genco
Classes in org.powertac.genco that implement InitializationService Modifier and Type Class Description class
SimpleGencoService
Very simple service that operates wholesale market actors, activated by theCompetitionControlService
once each timeslot. -
Uses of InitializationService in org.powertac.householdcustomer
Classes in org.powertac.householdcustomer that implement InitializationService Modifier and Type Class Description class
HouseholdCustomerService
Implements the Household Consumer Model. -
Uses of InitializationService in org.powertac.officecomplexcustomer
Classes in org.powertac.officecomplexcustomer that implement InitializationService Modifier and Type Class Description class
OfficeComplexCustomerService
Implements the Office Consumer Model. -
Uses of InitializationService in org.powertac.server
Classes in org.powertac.server that implement InitializationService Modifier and Type Class Description class
MessageRouter
class
VisualizerProxyService
Connects the server with a Visualizerclass
WeatherService
-
Uses of InitializationService in org.powertac.tariffmarket
Classes in org.powertac.tariffmarket that implement InitializationService Modifier and Type Class Description class
CapacityControlService
Service for managing balancing and economic controls.class
TariffMarketService
Implements the Tariff Market abstraction.
-