org.powertac.visualizer.push
Class TariffMarketPusher

java.lang.Object
  extended by org.powertac.visualizer.push.TariffMarketPusher

public class TariffMarketPusher
extends Object


Constructor Summary
TariffMarketPusher(String name, long millis, double profit, double energy, int customerCount, double profitDelta, double energyDelta, int customerCountDelta)
           
 
Method Summary
 int getCustomerCount()
           
 int getCustomerCountDelta()
           
 double getEnergy()
           
 double getEnergyDelta()
           
 long getMillis()
           
 String getName()
           
 double getProfit()
           
 double getProfitDelta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TariffMarketPusher

public TariffMarketPusher(String name,
                          long millis,
                          double profit,
                          double energy,
                          int customerCount,
                          double profitDelta,
                          double energyDelta,
                          int customerCountDelta)
Method Detail

getName

public String getName()

getMillis

public long getMillis()

getProfit

public double getProfit()

getEnergy

public double getEnergy()

getCustomerCount

public int getCustomerCount()

getProfitDelta

public double getProfitDelta()

getEnergyDelta

public double getEnergyDelta()

getCustomerCountDelta

public int getCustomerCountDelta()


Copyright © 2013 Power TAC. All Rights Reserved.