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 org.powertac.evcustomer -
-
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.
-