Uses of Class
at.jku.ssw.fp.airline.Airline
-
Packages that use Airline Package Description at.jku.ssw.fp.airline at.jku.ssw.fp.sect10_2 at.jku.ssw.fp.sect10_4 at.jku.ssw.fp.sect11_1 -
-
Uses of Airline in at.jku.ssw.fp.airline
Fields in at.jku.ssw.fp.airline declared as Airline Modifier and Type Field Description Airline
Flight. airline
The airlinestatic Airline[]
Airline. AIRLINES
Array with some airline objects.Methods in at.jku.ssw.fp.airline with parameters of type Airline Modifier and Type Method Description Flight
Agency. findFlight(Airline airline, String from, String to, LocalDate date)
Finds a flight provided by an airline.Constructors in at.jku.ssw.fp.airline with parameters of type Airline Constructor Description Flight(String from, String to, Airline airline, String flightNumber, LocalDateTime departs, int price)
Constructor creating a flight. -
Uses of Airline in at.jku.ssw.fp.sect10_2
Fields in at.jku.ssw.fp.sect10_2 declared as Airline Modifier and Type Field Description (package private) static Airline[]
Demo3_Maybe. airlines
-
Uses of Airline in at.jku.ssw.fp.sect10_4
Methods in at.jku.ssw.fp.sect10_4 with parameters of type Airline Modifier and Type Method Description (package private) static Observable<Flight>
Demo1_FlatMap. getFlightObservable(Airline airline, String from, String to, LocalDate date)
(package private) static Observable<Flight>
Demo1_FlatMap. getFlightObservableSync(Airline airline, String from, String to, LocalDate date)
(package private) static Observable<Flight>
Demo1_FlatMap. getFlightsObservable(Airline airline, String from, String to, LocalDate date)
-
Uses of Airline in at.jku.ssw.fp.sect11_1
Fields in at.jku.ssw.fp.sect11_1 declared as Airline Modifier and Type Field Description private Airline
Demo_JUnit5. lufthansa
-