Package edu.pdx.cs410J
Interface AirlineParser<T extends AbstractAirline>
- All Known Implementing Classes:
TextParser
public interface AirlineParser<T extends AbstractAirline>
Classes that implement this interface read some source and from it
create an airline.
-
Method Summary
-
Method Details
-
parse
Parses some source and returns an airline.- Throws:
ParserException
- If the source is malformatted.
-