public class TariffMarketPusher extends Object
| Constructor and Description |
|---|
TariffMarketPusher(String name,
long millis,
double profit,
double energy,
int customerCount,
double profitDelta,
double energyDelta,
int customerCountDelta) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCustomerCount() |
int |
getCustomerCountDelta() |
double |
getEnergy() |
double |
getEnergyDelta() |
long |
getMillis() |
String |
getName() |
double |
getProfit() |
double |
getProfitDelta() |
public TariffMarketPusher(String name, long millis, double profit, double energy, int customerCount, double profitDelta, double energyDelta, int customerCountDelta)
public String getName()
public long getMillis()
public double getProfit()
public double getEnergy()
public int getCustomerCount()
public double getProfitDelta()
public double getEnergyDelta()
public int getCustomerCountDelta()
Copyright © 2014 Power TAC. All Rights Reserved.