cscie160.hw6
Class WildAccounting

java.lang.Object
  |
  +--cscie160.hw6.WildAccounting
All Implemented Interfaces:
ATMParams

public class WildAccounting
extends java.lang.Object
implements ATMParams


Field Summary
 
Fields inherited from interface cscie160.hw6.ATMParams
CHECKTESTS, DEPOSITOR, INITIAL_DEPOSIT, ITERATIONS, MMAX_PRIORITY, MMIN_PRIORITY, NORM_PRIORITY, SLEEPTIME, TSDEPOSITOR, TSWITHDRAWER, WITHDRAWER
 
Constructor Summary
WildAccounting()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildAccounting

public WildAccounting()
Method Detail

main

public static void main(java.lang.String[] argv)