public class WholesaleData extends Object
| Constructor and Description |
|---|
WholesaleData(BrokerModel broker,
org.powertac.common.Order order) |
| Modifier and Type | Method and Description |
|---|---|
BrokerModel |
getBroker() |
double |
getEnergyOrder() |
double |
getEnergyTx() |
double |
getPriceOrder() |
double |
getPriceTx() |
void |
processMarketTransaction(org.powertac.common.MarketTransaction tx) |
void |
setBroker(BrokerModel broker) |
public WholesaleData(BrokerModel broker, org.powertac.common.Order order)
public void setBroker(BrokerModel broker)
public void processMarketTransaction(org.powertac.common.MarketTransaction tx)
public BrokerModel getBroker()
public double getEnergyOrder()
public double getEnergyTx()
public double getPriceOrder()
public double getPriceTx()
Copyright © 2016 Power TAC. All Rights Reserved.