|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.measurement.RunwayMaxDelayMeasurer
public class RunwayMaxDelayMeasurer
Measurer that determines the longest delay that any one aircraft from the given sequence experiences at the runway.
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 |
---|
public RunwayMaxDelayMeasurer()
Method Detail |
---|
public int measure(java.util.ArrayList<Aircraft> sequence) throws java.io.FileNotFoundException
Measurer
measure
in interface Measurer
sequence
- Sequence to be measured
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |