public class DynamicData extends Object
| Constructor and Description |
|---|
DynamicData(int tsIndex,
double energy,
double profit) |
| Modifier and Type | Method and Description |
|---|---|
double |
getEnergy() |
double |
getEnergyDelta() |
double |
getProfit() |
double |
getProfitDelta() |
int |
getTsIndex() |
void |
setEnergy(double energy) |
void |
setProfit(double profit) |
void |
update(double energy,
double cash) |
public void update(double energy,
double cash)
public double getEnergy()
public double getEnergyDelta()
public double getProfit()
public double getProfitDelta()
public int getTsIndex()
public void setEnergy(double energy)
public void setProfit(double profit)
Copyright © 2014 Power TAC. All Rights Reserved.