Package edu.pdx.cs410J
Interface PhoneBillParser<T extends AbstractPhoneBill>
- All Known Implementing Classes:
TextParser
public interface PhoneBillParser<T extends AbstractPhoneBill>
Classes that implement this interface read some source and from it
create a phone bill.
-
Method Summary
-
Method Details
-
parse
Parses some source and returns a phone bill- Throws:
ParserException
- If the source cannot be parsed
-