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

    Modifier and Type
    Method
    Description
    Parses some source and returns an airline.