Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
C
cancel()
- Method in class airline.
Flight.Ticket
Officially removes the underlying traveler from the given flight.
cancel()
- Method in class airline.
Reservation
Cancels all tickets associated with this reservation.
code
- Variable in class airline.
AdministratorSession.NewFlightDetails
A unique flight code (e.g., "UA200")
code
- Variable in class airline.
Flight
A unique flight code (e.g., "UA200")
connect
- Variable in class airline.
AdministratorSession
The Connection instance managing the front-end interactions for this session.
connect()
- Method in class airline.
Connection
Initiates the connection, starting with a login screen.
connect
- Variable in class airline.
CustomerSession
The Connection instance managing the front-end interactions for this session.
Connection
- Class in
airline
An abstract class representing the front-end connection to a system.
Connection(AirlineSystem)
- Constructor for class airline.
Connection
Creates a new collection to a particular
AirlineSystem
.
Customer
- Class in
airline
Represents a
User
who is a customer of the airline (i.e., one who can make and purchase reservations).
Customer(String, String, String)
- Constructor for class airline.
Customer
Instantiates a new customer.
customer
- Variable in class airline.
CustomerSession
The Customer instance associated with this session.
CustomerSession
- Class in
airline
Manages the flow of control for a session with a registered
Customer
.
CustomerSession(Customer, Connection)
- Constructor for class airline.
CustomerSession
Instantiates a new session for the given Customer and the given front-end Connection.
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V