Uses of Interface
org.powertac.common.interfaces.BrokerProxy
-
Packages that use BrokerProxy Package Description org.powertac.genco org.powertac.server -
-
Uses of BrokerProxy in org.powertac.genco
Fields in org.powertac.genco declared as BrokerProxy Modifier and Type Field Description protected BrokerProxy
CpGenco. brokerProxyService
protected BrokerProxy
Genco. brokerProxyService
Methods in org.powertac.genco with parameters of type BrokerProxy Modifier and Type Method Description void
CpGenco. init(BrokerProxy proxy, int seedId, RandomSeedRepo randomSeedRepo, TimeslotRepo timeslotRepo)
void
Genco. init(BrokerProxy proxy, int seedId, RandomSeedRepo randomSeedRepo)
void
MisoBuyer. init(BrokerProxy proxy, int seedId, ContextService service)
-
Uses of BrokerProxy in org.powertac.server
Classes in org.powertac.server that implement BrokerProxy Modifier and Type Class Description class
BrokerProxyService
-