Interface AppointmentBookParser<T extends AbstractAppointmentBook>

All Known Implementing Classes:
TextParser

This interface is to be implemented by classes that read some source and from it create an appointment book.
Author:
David Whitlock
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the contents of a file or other input source and returns an appointment book.