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. |