de.upb.swtpra05.group03.shuttle
Interface SCCCalculatorInterface

All Known Implementing Classes:
SCCCalculator

public interface SCCCalculatorInterface

Interface of a strong connected components calculator.

Version:
$Revision: 1.3 $

Method Summary
 boolean isGoodConnection(int start, int dest)
          If the connection from startStation to endStation is a good connection, inside a scc or from a small scc to a bigger scc.
 

Method Detail

isGoodConnection

public boolean isGoodConnection(int start,
                                int dest)
If the connection from startStation to endStation is a good connection, inside a scc or from a small scc to a bigger scc.

Parameters:
start - start station id
dest - destination station id
Returns:
is good connection