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

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

public class SpotSystemDelayMeasurer
extends java.lang.Object
implements Measurer

Measurer that determines the system delay at the runway for the given sequence.

Author:
William Hawkins

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

SpotSystemDelayMeasurer

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