| Package | Description |
|---|---|
| org.powertac.visualizer.domain |
JPA domain objects.
|
| org.powertac.visualizer.repository_ptac | |
| org.powertac.visualizer.web.dto |
| Modifier and Type | Method and Description |
|---|---|
Broker |
Tariff.getBroker() |
| Constructor and Description |
|---|
Tariff(Broker broker,
org.powertac.common.TariffSpecification spec) |
| Modifier and Type | Method and Description |
|---|---|
Broker |
BrokerRepository.findById(long brokerId) |
Broker |
BrokerRepository.findByName(String brokerName) |
Broker |
BrokerRepository.save(Broker broker) |
| Modifier and Type | Method and Description |
|---|---|
List<Broker> |
BrokerRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Broker |
BrokerRepository.save(Broker broker) |
| Modifier and Type | Method and Description |
|---|---|
List<Broker> |
InitMessage.getBrokers() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitMessage.setBrokers(List<Broker> brokers) |
| Constructor and Description |
|---|
TickValueBroker(Broker broker,
RetailKPIHolder retail,
WholesaleKPIHolder wholesale) |
| Constructor and Description |
|---|
InitMessage(VisualizerService.VisualizerState state,
CompetitionService competition,
List<Broker> brokers,
List<Customer> customer,
List<TickSnapshot> snaps) |
Copyright © 2019 Power TAC. All rights reserved.