Class | Description |
---|---|
AirlineCompany |
Airline company class holding all flights.
|
Airport |
Airport class.
|
City |
City class for holding information about the cities on the flight path.
|
Flight |
Flight class capable of taking bookings.
|
GenericFlight |
Generic Flight class used to describe a flight, its departure time, its
arrival time and the stopovers it contains.
|
StopoverInfo |
StopoverInfo class for holding stop over information in a flight.
|