Package edu.mit.ll.group43.surfaceoptimization.input

Interface Summary
FCFSReader Interface for classes that read in aircraft data from files.
MinSeparationReader Classes that implement this interface are responsible for reading in separation times from a file.
 

Class Summary
Input Responsible for reading in the First Come First Serve (FCFS) aircraft sequence from a file in a given supported format and generating an ArrayList of Aircraft from it for the optimization to work on.
TestTextFCFSReader  
TestTextMinSeparationReader  
TextFCFSReader Reads aircraft data in from a plain-text file.
TextMinSeparationReader Reads minimum separation times in from a plain text file.
 

Enum Summary
FCFSReaderType Enumeration of the supported formats for files that define the FCFS sequence to be optimized.
 

Exception Summary
InvalidFCFSReaderTypeException