edu.pdx.cs399J
Interface PhoneBillParser


public interface PhoneBillParser

Classes that implement this interface read some source and from it create a phone bill.


Method Summary
 AbstractPhoneBill parse()
          Parses some source and returns a phone bill
 

Method Detail

parse

AbstractPhoneBill parse()
                        throws ParserException
Parses some source and returns a phone bill

Throws:
ParserException - If the source cannot be parsed


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