public class Graph
extends java.lang.Object
GraphNode
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
static void |
collectNodes(GraphNode n,
java.util.Vector<GraphNode> nodes) |
protected static int |
getNodeCode(GraphNode n,
java.util.Vector<GraphNode> nodes) |
GraphNode |
getRoot() |
void |
setRoot(GraphNode root)
Set the root of the graph.
|
Copyright © 2012. All Rights Reserved.