Package edu.mit.ll.group43.surfaceoptimization.measurement

Interface Summary
Measurer This interface is to be implemented that performs any kind of measurement on a sequence, such as system delay, maximum delay, makespan, robustness, etc.
 

Class Summary
CPSDeviationMeasurer  
MeasurementUtils A collection of utility methods for classes that calculate metrics.
RunwayMaxDelayMeasurer Measurer that determines the longest delay that any one aircraft from the given sequence experiences at the runway.
RunwaySystemDelayMeasurer Measurer that determines the system delay at the runway for the given sequence.
SpotMaxDelayMeasurer Measurer that determines the longest delay that any one aircraft from the given sequence experiences at the spot.
SpotSystemDelayMeasurer Measurer that determines the system delay at the runway for the given sequence.