|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cz.zcu.fav.kiv.jsimcasestudies.watersystem.application.WaterStation
Field Summary | |
private static int |
K
Maximum number of pumps that is allowed to run simultaneously. |
private static int |
N
Number of water sources in the system. |
private static double |
PERIOD
Base period of control loops. |
Constructor Summary | |
WaterStation()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Main method of the WaterStation class |
static char |
readChar()
A method that read a char value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int N
private static final int K
private static final double PERIOD
Constructor Detail |
public WaterStation()
Method Detail |
public static char readChar()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |