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

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

public class RunwaySystemDelayMeasurer
extends java.lang.Object
implements Measurer

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

Author:
William Hawkins

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

RunwaySystemDelayMeasurer

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