Uses of Class
org.powertac.balancemkt.ChargeInfo
-
Packages that use ChargeInfo Package Description org.powertac.balancemkt -
-
Uses of ChargeInfo in org.powertac.balancemkt
Methods in org.powertac.balancemkt that return types with arguments of type ChargeInfo Modifier and Type Method Description Map<Broker,ChargeInfo>
BalancingMarketService. balanceTimeslot(List<Broker> brokerList, org.powertac.balancemkt.BalancingMarketService.DoubleWrapper report)
Generates a list of Transactions that balance the overall market.Method parameters in org.powertac.balancemkt with type arguments of type ChargeInfo Modifier and Type Method Description void
DynamicSettlementProcessor. settle(SettlementContext service, List<ChargeInfo> brokerData)
abstract void
SettlementProcessor. settle(SettlementContext service, List<ChargeInfo> brokerData)
Computes charges to settle broker imbalances.void
StaticSettlementProcessor. settle(SettlementContext service, List<ChargeInfo> brokerData)
-