mapss.dif.graph
Interface AllTopSortsAnalyzer
- All Superinterfaces:
- mocgraph.analysis.analyzer.Analyzer, mocgraph.analysis.analyzer.GraphAnalyzer
- All Known Implementing Classes:
- DFSAllTopSortsStrategy
public interface AllTopSortsAnalyzer
- extends mocgraph.analysis.analyzer.GraphAnalyzer
Base interface for finding all topological sorting orders.
- Version:
- $Id: AllTopSortsAnalyzer.java 409 2007-05-13 19:47:16Z plishker $
- Author:
- Ming-Yung Ko
Method Summary |
java.util.Collection |
topSorts()
Return the collection of all topological sorting orders. |
Methods inherited from interface mocgraph.analysis.analyzer.GraphAnalyzer |
graph |
Methods inherited from interface mocgraph.analysis.analyzer.Analyzer |
toString, valid |
topSorts
java.util.Collection topSorts()
- Return the collection of all topological sorting orders. Each element
is an order in
List
.
- Returns:
- The collection of topological sorting orders.