This class defines the Driver object for the system. Besides the static attributes, there are two lists maintained. deliveriesMadeList is a DeliveryList object that maintains a list of courses that the student has taken. deliveriesAssignedList is also a DeliveryList object that maintains a list of deliveries assigned to the driver for the current day.
@author A.J. Lattanze, CMU
@version 1.4, 2012-May-31
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.