| Class | Description |
|---|---|
| Airport |
Represents an Airport.
|
| AirportCityComparator | |
| AirportLoader |
Contains static method for reading airport file.
|
| AirportLoaderTest |
Contains test method to test the getAirportMap method in the AirportLoader
class & these methods have already been written and provided to you.
|
| AirportManager |
Represents a collection of Airports services to search for airport(s) that meet certain
criteria.
|
| AirportManagerTest |
All tests utilize the helper method, getAirportManager, which reads in airports and
builds an AirportManager.
|
| AirportStateComparator | |
| AirportTest | |
| DistanceCalculator |
Contains a static method to get the distance between two pairs of latitude
and longitude and this class has been provided to you.
|
| Flight |
Represents a flight between two airports.
|
| FlightManager |
Manages a map of flights, can add, remove, and search for flights.
|
| FlightManagerTest |
Some of the test methods here use a previous version of the Flight class.
|
| FlightTest | |
| Trip |
Represents a sequence of contiguous flights from an origin to a destination.
|
| TripTest |
Contains test method to test the getAirportMap method in the AirportLoader
class & these methods have already been written and provided to you.
|