- addStopover(StopoverInfo) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Add a stopover to the flight.
- AirlineCompany - Class in com.ecse321.flightbooking.flights
-
Airline company class holding all flights.
- AirlineCompany() - Constructor for class com.ecse321.flightbooking.flights.AirlineCompany
-
Default constructor for the AirlineCompany class.
- AirlineCompany(String) - Constructor for class com.ecse321.flightbooking.flights.AirlineCompany
-
Constructor for the AirlineCompany class which takes the default name.
- AirlineCompanyTest - Class in com.ecse321.flightbooking.unit.flights
-
- AirlineCompanyTest() - Constructor for class com.ecse321.flightbooking.unit.flights.AirlineCompanyTest
-
- Airport - Class in com.ecse321.flightbooking.flights
-
Airport class.
- Airport() - Constructor for class com.ecse321.flightbooking.flights.Airport
-
Default constructor for the Airport class.
- Airport(City) - Constructor for class com.ecse321.flightbooking.flights.Airport
-
Constructor for Airport class which takes the city as a parameter.
- AirportTest - Class in com.ecse321.flightbooking.unit.flights
-
- AirportTest() - Constructor for class com.ecse321.flightbooking.unit.flights.AirportTest
-