A B C D E F G H I L M N O P R S T U V W Z

O

OneGapForceSpotCostStrategy - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory.cost
Spot cost strategy for the One Gap Force algorithm.
OneGapForceSpotCostStrategy(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapForceSpotCostStrategy
 
OneGapForceSpotDPSequencerFactory - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory
 
OneGapForceSpotDPSequencerFactory(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.OneGapForceSpotDPSequencerFactory
 
OneGapSpotCostStrategy - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory.cost
The spot cost strategy for the One Gap algorithm, which compares scheduling the current aircraft to take off between the last two projected takeoffs, if it can fit, against scheduling it to take off last.
OneGapSpotCostStrategy(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapSpotCostStrategy
 
OneGapSpotDPSequencerFactory - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory
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.
OneGapSpotDPSequencerFactory(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.OneGapSpotDPSequencerFactory
 
OneGapSpotDPSequencerFactoryTest - Class in edu.mit.ll.group43.surfaceoptimization.dp
 
OneGapSpotDPSequencerFactoryTest() - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.OneGapSpotDPSequencerFactoryTest
 
out - Static variable in class edu.mit.ll.group43.surfaceoptimization.Driver
Used to output important results of the algorithm, such as delays.
output(OutputStream, ArrayList<Aircraft>) - Method in class edu.mit.ll.group43.surfaceoptimization.output.MatlabStochasticCodeOutput
 
Output - Interface in edu.mit.ll.group43.surfaceoptimization.output
Generic interface for classes that produce output.
output(OutputStream, ArrayList<Aircraft>) - Method in interface edu.mit.ll.group43.surfaceoptimization.output.Output
 
output(OutputStream, ArrayList<Aircraft>) - Method in class edu.mit.ll.group43.surfaceoptimization.output.PlainTextOutput
 
output(OutputStream, ArrayList<Aircraft>) - Method in class edu.mit.ll.group43.surfaceoptimization.output.ResultsOutput
 
outputMATLABCode(ArrayList<Aircraft>) - Static method in class edu.mit.ll.group43.surfaceoptimization.Driver
 
outputMATLABData(int[]) - Method in class edu.mit.ll.group43.surfaceoptimization.output.MatlabStochasticCodeOutput
 

A B C D E F G H I L M N O P R S T U V W Z