public class GraphDumper extends Object
Class to manage traversing nodes. It is not used to handle the root node, but rather handles the rest of them.
Modifier and Type | Method and Description |
---|---|
static void |
renderGraph(DAGNode<Component,Dependency> graph,
File graphvizFile)
Render a graph to a file.
|
public static void renderGraph(DAGNode<Component,Dependency> graph, File graphvizFile) throws IOException, RecommenderBuildException
Render a graph to a file.
graph
- The graph to render.graphvizFile
- The file to write the graph to.IOException
RecommenderBuildException