edu.mit.ll.group43.surfaceoptimization.measurement
Class RunwayMaxDelayMeasurer

java.lang.Object
  extended by edu.mit.ll.group43.surfaceoptimization.measurement.RunwayMaxDelayMeasurer
All Implemented Interfaces:
Measurer

public class RunwayMaxDelayMeasurer
extends java.lang.Object
implements Measurer

Measurer that determines the longest delay that any one aircraft from the given sequence experiences at the runway.

Author:
William Hawkins

Constructor Summary
RunwayMaxDelayMeasurer()
           
 
Method Summary
 int measure(java.util.ArrayList<Aircraft> sequence)
          Returns the calculated measure for this aircraft sequence based on what this measurer is measuring.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunwayMaxDelayMeasurer

public RunwayMaxDelayMeasurer()
Method Detail

measure

public int measure(java.util.ArrayList<Aircraft> sequence)
            throws java.io.FileNotFoundException
Description copied from interface: Measurer
Returns the calculated measure for this aircraft sequence based on what this measurer is measuring.

Specified by:
measure in interface Measurer
Parameters:
sequence - Sequence to be measured
Returns:
Throws:
java.io.FileNotFoundException