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.factoredcustomer -
-
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.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)
-