Package edu.mit.ll.group43.surfaceoptimization.dp.factory.edge

Class Summary
EdgeValueStrategy Classes that implement this abstract class will serve as strategies for the DPSequencer to set the values of edges in the CPS network based on the nodes the edge connects and possibly the calculator being used to determine the minimum separation times between the last aircraft of the two nodes.
MinSeparationEdgeValueStrategy Edge value strategy that simply sets the minimum separation times as the edge weights, and does no further calculations before returning those weights upon request.
ZeroEdgeValueStrategy This strategy simply inserts edges between nodes with a value of zero.