| Package | Description |
|---|---|
| org.powertac.visualizer.repository_ptac |
| Modifier and Type | Method and Description |
|---|---|
Tariff |
TariffRepository.findById(long specId) |
Tariff |
TariffRepository.findByName(String name) |
Tariff |
TariffRepository.save(Tariff tariff) |
| Modifier and Type | Method and Description |
|---|---|
List<Tariff> |
TariffRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Tariff |
TariffRepository.save(Tariff tariff) |
Copyright © 2017 Power TAC. All rights reserved.