org.powertac.visualizer.push
Class FinancePusher

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

public class FinancePusher
extends Object


Constructor Summary
FinancePusher(String name, long millis, double profit, double profitDelta)
           
 
Method Summary
 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

FinancePusher

public FinancePusher(String name,
                     long millis,
                     double profit,
                     double profitDelta)
Method Detail

getName

public String getName()

getMillis

public long getMillis()

getProfit

public double getProfit()

getProfitDelta

public double getProfitDelta()


Copyright © 2013 Power TAC. All Rights Reserved.