|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.graph.StrongComponentAnalyser
public class StrongComponentAnalyser
Analyser of a directed graph for finding its strong components.
Constructor Summary | |
---|---|
StrongComponentAnalyser(AtomicVertex[] graph)
Creates an instance for the specified graph. |
Method Summary | |
---|---|
StrongComponent[] |
getCondensedGraph()
Returns the graph of strong components. |
AtomicVertex[] |
getGraph()
Returns the original graph. |
java.util.Map |
getLayerMap()
Returns the maping of the nodes of the original graph onto a layer index (i.e. length of the longest path of the condensed graph). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrongComponentAnalyser(AtomicVertex[] graph)
Method Detail |
---|
public AtomicVertex[] getGraph()
public StrongComponent[] getCondensedGraph()
public java.util.Map getLayerMap()
AtomicVertex
and the values are instances of Integer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |