public class StrongComponentAnalyser extends Object
| Constructor and Description |
|---|
StrongComponentAnalyser(AtomicVertex[] graph)
Creates an instance for the specified graph.
|
| Modifier and Type | Method and Description |
|---|---|
StrongComponent[] |
getCondensedGraph()
Returns the graph of strong components.
|
AtomicVertex[] |
getGraph()
Returns the original graph.
|
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).
|
public StrongComponentAnalyser(AtomicVertex[] graph)
public AtomicVertex[] getGraph()
public StrongComponent[] getCondensedGraph()
public Map getLayerMap()
AtomicVertex
and the values are instances of Integer.Copyright © 2014. All rights reserved.