public class EvesonConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
alpha |
double |
changestep |
int |
defaultVoices
Default number of voices.
|
double |
PowerConsumptionThresholdExtreme
Threshold for very high power consumption.
|
double |
PowerConsumptionThresholdHigh
Threshold for high power consumption.
|
double |
PowerConsumptionThresholdNormal
Threshold for normal power consumption.
|
int |
timeframe |
| Constructor and Description |
|---|
EvesonConfig() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha() |
double |
getChangestep() |
int |
getDefaultVoices() |
ArrayList<PlayerConfig> |
getPlayerConfigList() |
double |
getPowerConsumptionThresholdExtreme() |
double |
getPowerConsumptionThresholdHigh() |
double |
getPowerConsumptionThresholdNormal() |
int |
getTimeframe() |
void |
setDefaultVoices(int defaultVoices) |
void |
setPowerConsumptionThresholdExtreme(double PowerConsumptionThresholdExtreme) |
void |
setPowerConsumptionThresholdHigh(double PowerConsumptionThresholdHigh) |
void |
setPowerConsumptionThresholdNormal(double PowerConsumptionThresholdNormal) |
public double PowerConsumptionThresholdNormal
public double PowerConsumptionThresholdHigh
public double PowerConsumptionThresholdExtreme
public int defaultVoices
public int timeframe
public double alpha
public double changestep
public ArrayList<PlayerConfig> getPlayerConfigList()
public double getPowerConsumptionThresholdNormal()
public double getPowerConsumptionThresholdHigh()
public double getPowerConsumptionThresholdExtreme()
public void setPowerConsumptionThresholdNormal(double PowerConsumptionThresholdNormal)
public void setPowerConsumptionThresholdHigh(double PowerConsumptionThresholdHigh)
public void setPowerConsumptionThresholdExtreme(double PowerConsumptionThresholdExtreme)
public int getDefaultVoices()
public void setDefaultVoices(int defaultVoices)
public int getTimeframe()
public double getAlpha()
public double getChangestep()
Copyright © 2014–2017 openbase.org. All rights reserved.