org.powertac.common
Class DistributionTransaction
java.lang.Object
org.powertac.common.BrokerTransaction
org.powertac.common.DistributionTransaction
public class DistributionTransaction
- extends BrokerTransaction
Represents the fee assessed
by the Distribution Utility for transport of energy over its facilities
during the current timeslot. The kWh is the total energy delivered,
which is the sum of the positive net load of the broker's customers, and
the positive net export of energy through the wholesale market. Negative
values are ignored.
- Author:
- John Collins
DistributionTransaction
public DistributionTransaction(Broker broker,
int when,
double kwh,
double charge)
getQuantity
@Deprecated
public double getQuantity()
- Deprecated.
getKWh
public double getKWh()
getCharge
public double getCharge()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.