Package edu.pdx.cs410J
Interface AppointmentBookParser<T extends AbstractAppointmentBook>
- All Known Implementing Classes:
TextParser
public interface AppointmentBookParser<T extends AbstractAppointmentBook>
This interface is to be implemented by classes that read some
source and from it create an appointment book.
- Author:
- David Whitlock
-
Method Summary
-
Method Details
-
parse
Parses the contents of a file or other input source and returns an appointment book.- Throws:
ParserException
-