edu.mit.ll.group43.surfaceoptimization.dp.factory.sequencerecovery
Interface SequenceRecoveryStrategy

All Known Implementing Classes:
BacktrackSequenceRecoveryStrategy, NodeContainedSequenceRecoveryStrategy

public interface SequenceRecoveryStrategy


Method Summary
 void processPrevNodes(CPSNetworkNode node)
           
 java.util.ArrayList<Aircraft> recoverSequence(CPSNetworkNode optEnd)
          Recovers the optimal spot release sequence given the final stage node with the shortest path length from the start of the network.
 

Method Detail

recoverSequence

java.util.ArrayList<Aircraft> recoverSequence(CPSNetworkNode optEnd)
Recovers the optimal spot release sequence given the final stage node with the shortest path length from the start of the network.

Parameters:
optNode -
Returns:

processPrevNodes

void processPrevNodes(CPSNetworkNode node)