edu.mit.ll.group43.surfaceoptimization.input
Interface FCFSReader

All Known Implementing Classes:
TextFCFSReader

public interface FCFSReader

Interface for classes that read in aircraft data from files. This abstraction is provided to allow different forms of input, if required or more convenient.

Author:
William Hawkins

Method Summary
 Aircraft nextAircraft()
          Returns the next Aircraft object created from reading the data file.
 

Method Detail

nextAircraft

Aircraft nextAircraft()
Returns the next Aircraft object created from reading the data file. Returns null when the end of the file has been reached.

Returns: