org.powertac.visualizer.domain.broker
Class TariffDynamicData
java.lang.Object
org.powertac.visualizer.domain.broker.TariffDynamicData
public class TariffDynamicData
- extends Object
Tariff data for broker's tariffs.
- Author:
- Jurica Babic
|
Constructor Summary |
TariffDynamicData(int tsIndex,
double profit,
double energy,
int customerCount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TariffDynamicData
public TariffDynamicData(int tsIndex,
double profit,
double energy,
int customerCount)
update
public void update(double money,
double energy,
int deltaCustomers)
getDynamicData
public DynamicData getDynamicData()
getCustomerCount
public int getCustomerCount()
getCustomerCountDelta
public int getCustomerCountDelta()
Copyright © 2013 Power TAC. All Rights Reserved.