org.powertac.visualizer.domain.broker
Class CustomerTariffData
java.lang.Object
org.powertac.visualizer.domain.broker.CustomerTariffData
public class CustomerTariffData
- extends Object
Tracks broker's tariff transactions for one customer model.
- Author:
- Jurica Babic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerTariffData
public CustomerTariffData(BrokerModel broker,
org.powertac.common.CustomerInfo customer)
addAmounts
public void addAmounts(double money,
double energy)
getNetKWh
public double getNetKWh()
getProfit
public double getProfit()
getBroker
public BrokerModel getBroker()
getCustomer
public org.powertac.common.CustomerInfo getCustomer()
Copyright © 2013 Power TAC. All Rights Reserved.