edu.pdx.cs399J
Interface AppointmentBookParser


public interface AppointmentBookParser

This interface is to be implemented by classes that read some source and from it create an appointment book.

Author:
David Whitlock

Method Summary
 AbstractAppointmentBook parse()
          Parses the contents of a file or other input source and returns an appointment book.
 

Method Detail

parse

AbstractAppointmentBook parse()
                              throws ParserException
Parses the contents of a file or other input source and returns an appointment book.

Throws:
ParserException


Copyright © 2000-2009 Portland State University. All Rights Reserved.