|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DPSequencerFactory | |
---|---|
edu.mit.ll.group43.surfaceoptimization.dp | |
edu.mit.ll.group43.surfaceoptimization.dp.factory |
Uses of DPSequencerFactory in edu.mit.ll.group43.surfaceoptimization.dp |
---|
Constructors in edu.mit.ll.group43.surfaceoptimization.dp with parameters of type DPSequencerFactory | |
---|---|
DPSequencer(DPSequencerFactory factory)
Constructor |
Uses of DPSequencerFactory in edu.mit.ll.group43.surfaceoptimization.dp.factory |
---|
Subclasses of DPSequencerFactory in edu.mit.ll.group43.surfaceoptimization.dp.factory | |
---|---|
class |
AGOGFSpotDPSequencerFactory
|
class |
AllGapsForceSpotDPSequencerFactory
|
class |
AllGapsSpotDPSequencerFactory
This factory is used to have the DPSequencer carry out the All Gaps algorithm, which allows the aircraft currently being sequenced to look back at all predicted takeoff times and determine if there are any gaps it can fit into without violating CPS, ready times, or adding delay to the second of the two aircraft it is trying to fit between. |
class |
LenientAllGapsForceSpotDPSequencerFactory
|
class |
OneGapForceSpotDPSequencerFactory
|
class |
OneGapSpotDPSequencerFactory
This factory is used to have the DPSequencer carry out the One Gap algorithm, which allows the aircraft currently being sequenced to look back at the predicted takeoff times of the last two aircraft to take off and determine if it can fit into the gap between them without violating CPS, ready times, or adding delay to the second of the two aircraft it is trying to fit between. |
class |
RunwayDPSequencerFactory
Factory implementation for a dynamic programming sequencer that maximizes throughput at the runway. |
class |
SimpleSpotDPSequencerFactory
Factory implementation for a dynamic programming sequencer that minimizes delay at the spot while keeping the spot release and takeoff sequences the same. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |