Package edu.mit.ll.group43.surfaceoptimization

Class Summary
Driver This is the main class of the project, which controls the various sequencers, input, and output.
FcfsSequencer Sequencer that schedules aircraft to be sent from the spot immediately when they are ready to do so, eliminating any delay at the spot and concentrating it all at the runway.
LookAheadSequencer  
Sequencer Implementations of this abstract class are responsible for optimally re-sequencing the FCFS sequence they are given, with respect to minimum separation requirements and CPS.
 

Enum Summary
SequencerType Enum for the different types of algorithms that can be used to determine the optimal takeoff schedule for a given sequence of aircraft.
 

Exception Summary
InvalidDPAlgorithmTypeException  
InvalidSequencerTypeException