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

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

public class SpotMaxDelayMeasurer
extends java.lang.Object
implements Measurer

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

Author:
William Hawkins

Constructor Summary
SpotMaxDelayMeasurer()
           
 
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

SpotMaxDelayMeasurer

public SpotMaxDelayMeasurer()
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