Uses of Class
edu.pdx.cs410J.AbstractAirline
Package
Description
This package contains classes and interfaces used in the projects
for CS410J: Programming with Java.
Contains the application classes for the CS410J Airline project.
-
Uses of AbstractAirline in edu.pdx.cs410J
Modifier and TypeInterfaceDescriptioninterface
AirlineDumper<T extends AbstractAirline>
Classes that implement this interface dump the contents of an airline to some destination.interface
AirlineParser<T extends AbstractAirline>
Classes that implement this interface read some source and from it create an airline. -
Uses of AbstractAirline in edu.pdx.cs410J.airline