@Domain public class RegulationCapacity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.logging.log4j.Logger |
log |
| Constructor and Description |
|---|
RegulationCapacity(TariffSubscription subscription,
double upRegulationCapacity,
double downRegulationCapacity)
Creates a new RegulationAccumulator instance specifying the amounts of
regulating capacity available for up-regulation and down-regulation.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDownRegulationCapacity()
Returns the available down-regulation capacity in kWh.
|
long |
getId() |
double |
getUpRegulationCapacity()
Returns the available up-regulation capacity in kWh.
|
public RegulationCapacity(TariffSubscription subscription, double upRegulationCapacity, double downRegulationCapacity)
public long getId()
public double getUpRegulationCapacity()
public double getDownRegulationCapacity()
Copyright © 2017 Power TAC. All rights reserved.