Package edu.pdx.cs399J

This package contains classes and interfaces used in the projects for CS399J: Programming with Java.

See:
          Description

Interface Summary
AirlineDumper Classes that implement this interface dump the contents of an airline to some destination.
AirlineParser Classes that implement this interface read some source and from it create an airline.
AppointmentBookDumper This interface allows the contents of an appointment book to be dumped to some destination.
AppointmentBookParser This interface is to be implemented by classes that read some source and from it create an appointment book.
PhoneBillDumper Classes that implement this interface dump the contents of a phone bill to some destination.
PhoneBillParser Classes that implement this interface read some source and from it create a phone bill.
 

Class Summary
AbstractAirline This class represents an airline.
AbstractAppointment This class represents an appointment found in an appointment book.
AbstractAppointmentBook This class represents an appointment book that holds multiple appointments.
AbstractFlight This class represents an airline flight.
AbstractLRUMap<K,V> This is the abstract superclass of an "LRU Map".
AbstractPhoneBill This abstract class represents a customer's phone bill that consists of multiple phone calls.
AbstractPhoneCall This abstract class represents a phone call between a caller (the phone number of the person who originates the call) and callee (the phone number of the person whose receives the phone call).
AirportNames This class is used to get the name of airport from its three-letter code.
 

Exception Summary
ParserException A ParserException is thrown when a file or other data source is being parsed and it is decided that the source is malformatted.
 

Package edu.pdx.cs399J Description

This package contains classes and interfaces used in the projects for CS399J: Programming with Java. The web page for the class can be found at:

http://www.cs.pdx.edu/~whitlock/



Copyright © 2000-2009 Portland State University. All Rights Reserved.