public class AppConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
_maxBufferSize |
private int |
_simulationCapacity |
private int |
_updateCycle |
Constructor and Description |
---|
AppConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxBufferSize() |
int |
getSimulationCapacity() |
int |
getUpdateCycle() |
void |
setMaxBufferSize(int elemCount) |
void |
setSimulationCapacity(int simulationCapacity) |
void |
setUpdateCycle(int updateCycle) |
private int _maxBufferSize
private int _updateCycle
private int _simulationCapacity
public int getSimulationCapacity()
public void setSimulationCapacity(int simulationCapacity)
public int getMaxBufferSize()
public void setMaxBufferSize(int elemCount)
public int getUpdateCycle()
public void setUpdateCycle(int updateCycle)