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

R

readSeparations(long) - Static method in class edu.mit.ll.group43.surfaceoptimization.analysis.Logger
 
recoverSequence(CPSNetworkNode) - Method in class edu.mit.ll.group43.surfaceoptimization.dp.factory.sequencerecovery.BacktrackSequenceRecoveryStrategy
 
recoverSequence(CPSNetworkNode) - Method in class edu.mit.ll.group43.surfaceoptimization.dp.factory.sequencerecovery.NodeContainedSequenceRecoveryStrategy
 
recoverSequence(CPSNetworkNode) - Method in interface edu.mit.ll.group43.surfaceoptimization.dp.factory.sequencerecovery.SequenceRecoveryStrategy
Recovers the optimal spot release sequence given the final stage node with the shortest path length from the start of the network.
ReleasedWhenReadyValidator - Class in edu.mit.ll.group43.surfaceoptimization.validator
Validator for the constraint that aircraft may not be released from the spot until they are ready at the spot.
ReleasedWhenReadyValidator() - Constructor for class edu.mit.ll.group43.surfaceoptimization.validator.ReleasedWhenReadyValidator
 
removeNextNode(NetworkEdge) - Method in class edu.mit.ll.group43.surfaceoptimization.network.dp.CPSNetworkNode
Remove the relationship between this node and the given node to which it points.
removeNextNodes(ArrayList<TreeSet<CPSNetworkNode>>) - Method in class edu.mit.ll.group43.surfaceoptimization.dp.DPSequencer
 
removePrevNode(NetworkEdge) - Method in class edu.mit.ll.group43.surfaceoptimization.network.dp.CPSNetworkNode
Remove the relationship between this node and the given node that points to it.
removeRelationships() - Method in class edu.mit.ll.group43.surfaceoptimization.network.dp.CPSNetworkNode
Remove relationships to this node from all nodes that point to and are pointed to by this node, then remove those relationships from this node as well.
report() - Static method in class edu.mit.ll.group43.surfaceoptimization.analysis.Logger
 
ResultsOutput - Class in edu.mit.ll.group43.surfaceoptimization.output
 
ResultsOutput() - Constructor for class edu.mit.ll.group43.surfaceoptimization.output.ResultsOutput
 
RunwayCostStrategy - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory.cost
Cost strategy for a dynamic programming sequencer that maximizes throughput at the runway.
RunwayCostStrategy(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.RunwayCostStrategy
 
RunwayDPSequencerFactory - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory
Factory implementation for a dynamic programming sequencer that maximizes throughput at the runway.
RunwayDPSequencerFactory(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.RunwayDPSequencerFactory
 
RunwayMaxDelayMeasurer - Class in edu.mit.ll.group43.surfaceoptimization.measurement
Measurer that determines the longest delay that any one aircraft from the given sequence experiences at the runway.
RunwayMaxDelayMeasurer() - Constructor for class edu.mit.ll.group43.surfaceoptimization.measurement.RunwayMaxDelayMeasurer
 
RunwaySystemDelayMeasurer - Class in edu.mit.ll.group43.surfaceoptimization.measurement
Measurer that determines the system delay at the runway for the given sequence.
RunwaySystemDelayMeasurer() - Constructor for class edu.mit.ll.group43.surfaceoptimization.measurement.RunwaySystemDelayMeasurer
 

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