public abstract class SettlementProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CapacityControl |
capacityControlService |
protected double |
epsilon |
protected static org.apache.logging.log4j.Logger |
log |
protected TariffRepo |
tariffRepo |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
settle(SettlementContext service,
List<ChargeInfo> brokerData)
Computes charges to settle broker imbalances.
|
protected static org.apache.logging.log4j.Logger log
protected TariffRepo tariffRepo
protected CapacityControl capacityControlService
protected double epsilon
public abstract void settle(SettlementContext service, List<ChargeInfo> brokerData)
Copyright © 2017 Power TAC. All rights reserved.