|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.Sequencer
public abstract class Sequencer
Implementations of this abstract class are responsible for optimally re-sequencing the FCFS sequence they are given, with respect to minimum separation requirements and CPS.
Constructor Summary | |
---|---|
Sequencer(int cps,
MinimumSeparationCalculator<? extends WeightClass> calc)
Constructor |
Method Summary | |
---|---|
abstract java.util.ArrayList<Aircraft> |
sequence(java.util.ArrayList<Aircraft> seq)
Re-sequences the given FCFS sequence with respect to minimum separation requirements and CPS. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sequencer(int cps, MinimumSeparationCalculator<? extends WeightClass> calc)
cps
- Method Detail |
---|
public abstract java.util.ArrayList<Aircraft> sequence(java.util.ArrayList<Aircraft> seq)
seq
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |