Skip navigation links
A C D E F G I L M N O P R S T 

F

Flight - Class in prob3
Represents a flight between two airports.
Flight(String, LocalDate, Airport, Airport, double) - Constructor for class Flight
Creates a Flight object if the flight number is valid Flight.number, otherwise throws an InvalidArgumentException.
Flight(String, String, Airport, Airport, double) - Constructor for class Flight
Creates a Flight object if the flight number is valid Flight.number, otherwise throws an InvalidArgumentException.
FlightManager - Class in prob3
Manages a map of flights, can add, remove, and search for flights.
FlightManager(AirportManager) - Constructor for class FlightManager
Creates the FlightManager initialized with an AirportManager.
FlightManagerTest - Class in prob3
Some of the test methods here use a previous version of the Flight class.
FlightManagerTest() - Constructor for class FlightManagerTest
 
flights - Variable in class FlightManager
Map that holds Flights where the key is the flight number, and the value is the flight itself
flightString() - Method in class Flight
Returns a string in the format: flightNumber-date-originCode-destinationCode
FlightTest - Class in prob3
 
FlightTest() - Constructor for class FlightTest
 
A C D E F G I L M N O P R S T 
Skip navigation links