org.powertac.visualizer.domain.broker
Class CustomerTariffData

java.lang.Object
  extended by org.powertac.visualizer.domain.broker.CustomerTariffData

public class CustomerTariffData
extends Object

Tracks broker's tariff transactions for one customer model.

Author:
Jurica Babic

Constructor Summary
CustomerTariffData(BrokerModel broker, org.powertac.common.CustomerInfo customer)
           
 
Method Summary
 void addAmounts(double money, double energy)
           
 BrokerModel getBroker()
           
 org.powertac.common.CustomerInfo getCustomer()
           
 double getNetKWh()
           
 double getProfit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerTariffData

public CustomerTariffData(BrokerModel broker,
                          org.powertac.common.CustomerInfo customer)
Method Detail

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.