Uses of Package
airline

Classes in airline used by airline
Administrator
          Represents a User with administrative privileges.
AdministratorSession.AdminMenuChoice
          Serves as a return value from getAdminMainMenuChoice().
AdministratorSession.NewFlightDetails
          Serves as a return value from getNewFlightInfo().
AirlineSystem
          The AirlineSystem manages the overall set of databases for users, flights, and reservations.
AirlineSystem.FlightDB
          A container of existing Flights
AirlineSystem.UserDB
          A container of existing system Users.
Connection
          An abstract class representing the front-end connection to a system.
Customer
          Represents a User who is a customer of the airline (i.e., one who can make and purchase reservations).
Flight
          Represents a single flight in the airline system.
Flight.Ticket
          For each passenger on the flight, there is an underlying Ticket that is used to track the seating assignment for the passenger on the flight as well as to trace this passenger back to an original Reservation.
Reservation
          A Reservation manages an itinerary of one or more flights for a traveling party.
User
          Represents a registered user for the airline system.
UserSession
          An encapsulation of the high-level flow of control for a user's session with an AirlineSystem.