| Package | Description |
|---|---|
| org.powertac.visualizer.repository_ptac | |
| org.powertac.visualizer.web.dto | |
| org.powertac.visualizer.web.websocket |
WebSocket services, using Spring Websocket.
|
| Modifier and Type | Method and Description |
|---|---|
TickSnapshot |
TickSnapshotRepository.findById(long id) |
TickSnapshot |
TickSnapshotRepository.findByName(String name) |
TickSnapshot |
TickSnapshotRepository.save(TickSnapshot ts) |
| Modifier and Type | Method and Description |
|---|---|
List<TickSnapshot> |
TickSnapshotRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
TickSnapshot |
TickSnapshotRepository.save(TickSnapshot ts) |
| Modifier and Type | Method and Description |
|---|---|
List<TickSnapshot> |
InitMessage.getSnapshots() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitMessage.setSnapshots(List<TickSnapshot> snapshots) |
| Constructor and Description |
|---|
InitMessage(VisualizerService.VisualizerState state,
CompetitionService competition,
List<Broker> brokers,
List<Customer> customer,
List<TickSnapshot> snaps) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pusher.sendTickSnapshotUpdates(TickSnapshot payload) |
Copyright © 2019 Power TAC. All rights reserved.