|
|
static final int | MAXIMUM_PARTICLES = 20 |
| |
|
static final int | MAXIMUM_ITERATIONS = 20 |
| |
|
static final double | C_P = 1 |
| |
|
static final double | C_G = 1 |
| |
|
static final Random | RANDOM = new Random() |
| |
|
static final int | LIVELOCK_DETECT = 100000 |
| |
|
static final double | CAR_SPEED = 70 |
| |
|
static final int | WAIT_TIME_IN_SECONDS = 2 * 60 * 60 |
| |
|
static final int | MANIPULATION_ONE_PACKAGE_IN_SECONDES = 20 * 60 |
| |
|
static final int | MANIPULATION_ONE_SIZE_OF_PACKAGE_IN_SECONDS = 1 * 60 |
| |
Třída uchovávající konstatní hodnoty potřebné pro správný běh aplikace.
The documentation for this class was generated from the following file:
- D:/Škola/Navazující/4.semestr/NNDIP - Diplomová práce/DiplomovaPrace_Klabenes/DiplomovaPrace_Klabenes/src/main/java/fei/Constants.java