cz.zcu.fav.kiv.jsimcasestudies.watersystem.application
Class WaterStation

java.lang.Object
  |
  +--cz.zcu.fav.kiv.jsimcasestudies.watersystem.application.WaterStation

public class WaterStation
extends java.lang.Object


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

N

private static final int N
Number of water sources in the system.

See Also:
Constant Field Values

K

private static final int K
Maximum number of pumps that is allowed to run simultaneously.

See Also:
Constant Field Values

PERIOD

private static final double PERIOD
Base period of control loops.

See Also:
Constant Field Values
Constructor Detail

WaterStation

public WaterStation()
Method Detail

readChar

public static char readChar()
A method that read a char value


main

public static void main(java.lang.String[] args)
Main method of the WaterStation class



Copyright © 2000-2004 University of West Bohemia, FAV-KIV. All Rights Reserved. Build date 20040510