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

D

debug - Static variable in class edu.mit.ll.group43.surfaceoptimization.Driver
Used to output meta data about the algorithm, such as how long certain operations take, how many objects of a certain type are created, or anything a Logger would keep track of and report on.
DefaultCPSNetworkNodeFactory - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory.node
CPS network node factory that simply returns instances of the base class, CPSNetworkNode.
DefaultCPSNetworkNodeFactory() - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.node.DefaultCPSNetworkNodeFactory
 
DefaultDepartureMinimumSeparationCalculator - Class in edu.mit.ll.group43.surfaceoptimization.aircraft
This class reads in and returns the minimum separation times for departures based on the weight classes of both the leading and following aircraft.
DefaultWeightClass - Enum in edu.mit.ll.group43.surfaceoptimization.aircraft
Represents the default weight classes that this project considers, based on a number of different standards.
DPAlgorithmType - Enum in edu.mit.ll.group43.surfaceoptimization.dp
Enum for all types of DP sequencing algorithms.
DPSequencer - Class in edu.mit.ll.group43.surfaceoptimization.dp
Optimizes a sequence using Dynamic Programming, with respect to minimum separation times and Constrained Position Shifting (CPS).
DPSequencer(DPSequencerFactory) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.DPSequencer
Constructor
DPSequencerFactory - Class in edu.mit.ll.group43.surfaceoptimization.dp.factory
Abstract class to be extended by classes that serve as factories for the DPSequencer.
DPSequencerFactory(int, MinimumSeparationCalculator<? extends WeightClass>) - Constructor for class edu.mit.ll.group43.surfaceoptimization.dp.factory.DPSequencerFactory
 
Driver - Class in edu.mit.ll.group43.surfaceoptimization
This is the main class of the project, which controls the various sequencers, input, and output.
Driver() - Constructor for class edu.mit.ll.group43.surfaceoptimization.Driver
 

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