cscie160.hw6
Interface ATMParams

All Known Implementing Classes:
AccountHolder, WildAccounting

public interface ATMParams


Field Summary
static int CHECKTESTS
           
static int DEPOSITOR
           
static float INITIAL_DEPOSIT
           
static int ITERATIONS
           
static int MMAX_PRIORITY
           
static int MMIN_PRIORITY
           
static int NORM_PRIORITY
           
static int SLEEPTIME
           
static int TSDEPOSITOR
           
static int TSWITHDRAWER
           
static int WITHDRAWER
           
 

Field Detail

INITIAL_DEPOSIT

public static final float INITIAL_DEPOSIT
See Also:
Constant Field Values

ITERATIONS

public static final int ITERATIONS
See Also:
Constant Field Values

CHECKTESTS

public static final int CHECKTESTS
See Also:
Constant Field Values

SLEEPTIME

public static final int SLEEPTIME
See Also:
Constant Field Values

NORM_PRIORITY

public static final int NORM_PRIORITY
See Also:
Constant Field Values

MMIN_PRIORITY

public static final int MMIN_PRIORITY
See Also:
Constant Field Values

MMAX_PRIORITY

public static final int MMAX_PRIORITY
See Also:
Constant Field Values

DEPOSITOR

public static final int DEPOSITOR
See Also:
Constant Field Values

WITHDRAWER

public static final int WITHDRAWER
See Also:
Constant Field Values

TSDEPOSITOR

public static final int TSDEPOSITOR
See Also:
Constant Field Values

TSWITHDRAWER

public static final int TSWITHDRAWER
See Also:
Constant Field Values