Uses of Package
edu.pdx.cs410J
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.
Contains the application classes for the CS410J Appointment Book project.
This package contains classes that are used to keep track of
students, grade projects, and submit assignments in CS410J.
Contains the application classes for the CS410J Phone Bill project.
-
ClassDescriptionThis class represents an airline.This class represents an appointment found in an appointment book.This class represents an appointment book that holds multiple appointments.This class represents an airline flight.This abstract class represents a customer's phone bill that consists of multiple phone calls.This abstract class represents a phone call between a caller (the phone number of the person who originates the call) and callee (the phone number of the person whose receives the phone call).A
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionThis class represents an airline.This class represents an airline flight.Classes that implement this interface dump the contents of an airline to some destination.Classes that implement this interface read some source and from it create an airline.A
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionThis class represents an appointment found in an appointment book.This class represents an appointment book that holds multiple appointments.This interface allows the contents of an appointment book to be dumped to some destination.This interface is to be implemented by classes that read some source and from it create an appointment book.A
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted. -
ClassDescriptionThis abstract class represents a customer's phone bill that consists of multiple phone calls.This abstract class represents a phone call between a caller (the phone number of the person who originates the call) and callee (the phone number of the person whose receives the phone call).A
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted.Classes that implement this interface dump the contents of a phone bill to some destination.Classes that implement this interface read some source and from it create a phone bill. -
ClassDescriptionA
ParserException
is thrown when a file or other data source is being parsed and it is decided that the source is malformatted.