|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tariff | |
|---|---|
| org.powertac.common | |
| org.powertac.common.repo | |
| Uses of Tariff in org.powertac.common |
|---|
| Methods in org.powertac.common that return Tariff | |
|---|---|
Tariff |
Tariff.getIsSupersededBy()
|
| Uses of Tariff in org.powertac.common.repo |
|---|
| Methods in org.powertac.common.repo that return Tariff | |
|---|---|
Tariff |
TariffRepo.findTariffById(long id)
|
| Methods in org.powertac.common.repo that return types with arguments of type Tariff | |
|---|---|
List<Tariff> |
TariffRepo.findActiveTariffs(PowerType type)
Returns the list of active tariffs that exactly match the given PowerType. |
List<Tariff> |
TariffRepo.findAllActiveTariffs(PowerType type)
Returns the list of active tariffs that can be used by a customer of the given PowerType, including those that are more generic than the specific type. |
List<Tariff> |
TariffRepo.findAllTariffs()
|
List<Tariff> |
TariffRepo.findTariffsByState(Tariff.State state)
|
| Methods in org.powertac.common.repo with parameters of type Tariff | |
|---|---|
void |
TariffRepo.addTariff(Tariff tariff)
|
void |
TariffRepo.removeTariff(Tariff tariff)
Removes a tariff and its specification from the repo |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||