Uses of Interface
org.powertac.common.interfaces.ServerConfiguration
-
Packages that use ServerConfiguration Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.evcustomer org.powertac.factoredcustomer org.powertac.genco org.powertac.householdcustomer org.powertac.officecomplexcustomer org.powertac.server -
-
Uses of ServerConfiguration in org.powertac.common
Constructors in org.powertac.common with parameters of type ServerConfiguration Constructor Description TariffEvaluator(CustomerModelAccessor cma, ServerConfiguration config) -
Uses of ServerConfiguration in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return ServerConfiguration Modifier and Type Method Description ServerConfigurationCustomerServiceAccessor. getServerConfiguration()Returns a reference to a ServerConfiguration service -
Uses of ServerConfiguration in org.powertac.customer
Methods in org.powertac.customer that return ServerConfiguration Modifier and Type Method Description ServerConfigurationCustomerModelService. getServerConfiguration() -
Uses of ServerConfiguration in org.powertac.evcustomer
Methods in org.powertac.evcustomer with parameters of type ServerConfiguration Modifier and Type Method Description voidConfig. configure(ServerConfiguration configSource)Configures this instance from the given configuration service. -
Uses of ServerConfiguration in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return ServerConfiguration Modifier and Type Method Description ServerConfigurationFactoredCustomerService. getServerConfiguration()Methods in org.powertac.factoredcustomer with parameters of type ServerConfiguration Modifier and Type Method Description static voidConfig. initializeInstance(ServerConfiguration configSource) -
Uses of ServerConfiguration in org.powertac.genco
Methods in org.powertac.genco with parameters of type ServerConfiguration Modifier and Type Method Description voidCpGenco. saveBootstrapState(ServerConfiguration serverConfig)Saves coefficients for the current timeslot in the form needed for configuration at the start of the sim session, then adds them to the bootstrap state. -
Uses of ServerConfiguration in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return ServerConfiguration Modifier and Type Method Description ServerConfigurationHouseholdCustomerService. getServerConfiguration() -
Uses of ServerConfiguration in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return ServerConfiguration Modifier and Type Method Description ServerConfigurationOfficeComplexCustomerService. getServerConfiguration() -
Uses of ServerConfiguration in org.powertac.server
Classes in org.powertac.server that implement ServerConfiguration Modifier and Type Class Description classServerPropertiesServiceImplementation of the ServerProperties and ServerConfiguration interfaces.
-