JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
edu.pdx.cs410J.airline.Flight
Packages that use
Flight
Package
Description
edu.pdx.cs410J.airline
Contains the application classes for the CS410J Airline project.
Uses of
Flight
in
edu.pdx.cs410J.airline
Methods in
edu.pdx.cs410J.airline
that return types with arguments of type
Flight
Modifier and Type
Method
Description
Collection
<
Flight
>
Airline.
getFlights
()
Methods in
edu.pdx.cs410J.airline
with parameters of type
Flight
Modifier and Type
Method
Description
void
Airline.
addFlight
(
Flight
flight)