java.lang.Object
net.automatalib.util.graph.scc.TarjanSCCRecord
-
Field Summary
Fields -
Method Summary
-
Field Details
-
number
public final int numberThe index of this record in the order of discovery, i.e. the record belongs to the number-th node discovered during DFS traversal. -
sccId
public int sccIdThe id of the SCC of the node. Initially it is assumed that each node has its own SCC, thus this value is initialized withnumber.
-