edu.pdx.cs399J
Interface AirlineParser


public interface AirlineParser

Classes that implement this interface read some source and from it create an airline.


Method Summary
 AbstractAirline parse()
          Parses some source and returns an airline.
 

Method Detail

parse

AbstractAirline parse()
                      throws ParserException
Parses some source and returns an airline.

Throws:
ParserException - If the source is malformatted.


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