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 -
-
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 ServerConfiguration
CustomerServiceAccessor. 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 ServerConfiguration
CustomerModelService. getServerConfiguration()
-
Uses of ServerConfiguration in org.powertac.evcustomer
Methods in org.powertac.evcustomer with parameters of type ServerConfiguration Modifier and Type Method Description void
Config. 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 ServerConfiguration
FactoredCustomerService. getServerConfiguration()
Methods in org.powertac.factoredcustomer with parameters of type ServerConfiguration Modifier and Type Method Description static void
Config. 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 void
CpGenco. 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.
-