mapss.dif.graph
Interface TopSortAnalyzer

All Superinterfaces:
mocgraph.analysis.analyzer.Analyzer, mocgraph.analysis.analyzer.GraphAnalyzer
All Known Implementing Classes:
BaseTopSortStrategy, DFSTopSortStrategy, MBOTopSortStrategy, PartialTopSortStrategy, SDPPOTopSortStrategy

public interface TopSortAnalyzer
extends mocgraph.analysis.analyzer.GraphAnalyzer

Base interface for finding a topological sorting order.

Version:
$Id: TopSortAnalyzer.java 409 2007-05-13 19:47:16Z plishker $
Author:
Ming-Yung Ko

Method Summary
 java.util.List topSort()
          Return a topological sorting order.
 
Methods inherited from interface mocgraph.analysis.analyzer.GraphAnalyzer
graph
 
Methods inherited from interface mocgraph.analysis.analyzer.Analyzer
toString, valid
 

Method Detail

topSort

java.util.List topSort()
Return a topological sorting order.

Returns:
The collection of topological sorting orders.