A C D E F G I L M N O P R 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")
connect() - Method in class airline.Connection
Initiates the connection, starting with a login screen.
Connection - Class in airline
An abstract class representing the front-end connection to a system.
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.
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.

A C D E F G I L M N O P R T U V