Modifier and Type | Field and Description |
---|---|
private AirportManager |
FlightManager.airportManager
Makes the airports available, used by various search methods.
|
Modifier and Type | Method and Description |
---|---|
private static AirportManager |
FlightManagerTest.getAirportManager()
Creates an AirportManager from the medium file (89 airports)
|
private static AirportManager |
AirportManagerTest.getAirportManager(File file) |
private static AirportManager |
TripTest.getAirportManager(File file) |
Constructor and Description |
---|
FlightManager(AirportManager airportManager)
Creates the FlightManager initialized with an AirportManager.
|