JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Constructors
Methods
Method
Description
org.powertac.common.BalancingTransaction.getQuantity()
org.powertac.common.Broker.addMarketPosition(MarketPosition, Timeslot)
org.powertac.common.Broker.findMarketPositionByTimeslot(Timeslot)
org.powertac.common.CustomerInfo.getControllableKWh()
org.powertac.common.DistributionTransaction.getQuantity()
org.powertac.common.interfaces.TariffMarket.processRevokedTariffs()
org.powertac.common.repo.CustomerRepo.count()
org.powertac.common.TimeService.setBase(long)
use
TimeService.setClockParameters(long, long, long)
instead
org.powertac.common.TimeService.setModulo(long)
use
TimeService.setClockParameters(long, long, long)
instead
org.powertac.common.TimeService.setRate(long)
use
TimeService.setClockParameters(long, long, long)
instead
org.powertac.common.WeatherForecast.getCurrentTimeslot()
org.powertac.common.WeatherForecast.getTimeslot()
org.powertac.common.WeatherReport.getCurrentTimeslot()
org.powertac.distributionutility.DistributionUtilityService.getBalancingCost()
For backward-compatibility only - should not be called.
org.powertac.distributionutility.DistributionUtilityService.getDefaultSpotPrice()
For backward-compatibility only - should not be called.
org.powertac.distributionutility.DistributionUtilityService.getPMinusPrime()
For backward-compatibility only - should not be called.
org.powertac.distributionutility.DistributionUtilityService.getPPlusPrime()
For backward-compatibility only - should not be called.
org.powertac.evcustomer.Config.configure()
Constructors
Constructor
Description
org.powertac.common.Order(Broker, Timeslot, double, Double)
org.powertac.common.TariffTransaction(Broker, int, TariffTransaction.Type, TariffSpecification, CustomerInfo, int, double, double)
org.powertac.common.WeatherForecast(Timeslot, List<WeatherForecastPrediction>)
org.powertac.common.WeatherReport(Timeslot, double, double, double, double)