public class StrongComponentAnalyser
extends java.lang.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.
|
java.util.Map<AtomicVertex,java.lang.Integer> |
getLayerMap()
Returns the maping of the nodes of the original graph onto a layer index
(i.e.
|
public StrongComponentAnalyser(AtomicVertex[] graph)
public AtomicVertex[] getGraph()
public StrongComponent[] getCondensedGraph()
public java.util.Map<AtomicVertex,java.lang.Integer> getLayerMap()
AtomicVertex
and the values are instances of Integer.