Package picard.util
Class GraphUtils.Graph<Node extends Comparable<Node>>
java.lang.Object
picard.util.GraphUtils.Graph<Node>
- Enclosing class:
- GraphUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Graph
public Graph()
-
-
Method Details
-
getNodes
-
cluster
returns the cluster map of connected components- Returns:
- Nodes that point to the same integer are in the same cluster.
-
addNode
-
addEdge
-