Class APDTS

java.lang.Object
  |
  +--APDTS

public class APDTS
extends java.lang.Object

Main class for the system: Creates all other classes and starts things rolling.

Assumes the existence of classes OrderQueue and OrderPrinter which contain orders and which print orders, respectively.


Constructor Summary
APDTS()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APDTS

public APDTS()
Method Detail

main

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