Package support.Flight

Interface Summary
UserInterface Specifies the services that a user interface provides to student code for the Flight assignment.
 

Class Summary
AirportSpecs Data bucket holding information about an airport.
Flight Basically a bunch of procedural code, wrapped up in the OO manner that Java requires.
FlightSpecs Data bucket that holds information about a flight.
GUI GUI implements the UserInterface interface with an AWT GUI.
Parser The methods in this class take the data stored in the flight databases and parse it, creating containers of AirportSpecs and FlightSpecs.
StandardOps Some operations the support code likes to do.
 

Exception Summary
FlightException