| Package | Description |
|---|---|
| org.powertac.visualizer.repository_ptac | |
| org.powertac.visualizer.web.dto |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRepository.findById(long idCustomerInfo) |
Customer |
CustomerRepository.findByName(String brokerName) |
Customer |
CustomerRepository.save(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRepository.save(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
InitMessage.getCustomers() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitMessage.setCustomers(List<Customer> customers) |
| 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.