| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmocgraph.analysis.Analysis
mapss.dif.graph.AllTopSortsAnalysis
public class AllTopSortsAnalysis
Finding all topological sorting orders of a graph.
| Constructor Summary | |
|---|---|
| AllTopSortsAnalysis(AllTopSortsAnalyzer analyzer)Construct an instance of this class using a given analyzer. | |
| Method Summary | |
|---|---|
|  java.util.Collection | topSorts()Return the collection of all topological sorting orders. | 
|  java.lang.String | toString()Return a description of the analysis and the associated analyzer. | 
|  boolean | validAnalyzerInterface(mocgraph.analysis.analyzer.Analyzer analyzer)Check if a given analyzer is compatible with this analysis. | 
| Methods inherited from class mocgraph.analysis.Analysis | 
|---|
| analyzer, changeAnalyzer, graph, valid | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public AllTopSortsAnalysis(AllTopSortsAnalyzer analyzer)
analyzer - The given analyzer.| Method Detail | 
|---|
public java.util.Collection topSorts()
List.
public java.lang.String toString()
toString in class mocgraph.analysis.Analysispublic boolean validAnalyzerInterface(mocgraph.analysis.analyzer.Analyzer analyzer)
validAnalyzerInterface in class mocgraph.analysis.Analysisanalyzer - The given analyzer.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||