public class Graph extends Object
GraphNode
protected GraphNode
root
Graph()
static void
collectNodes(GraphNode n, Vector<GraphNode> nodes)
protected static int
getNodeCode(GraphNode n, Vector<GraphNode> nodes)
getRoot()
void
setRoot(GraphNode root)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected GraphNode root
public Graph()
public GraphNode getRoot()
public void setRoot(GraphNode root)
protected static int getNodeCode(GraphNode n, Vector<GraphNode> nodes)
public static void collectNodes(GraphNode n, Vector<GraphNode> nodes)
Copyright © 2014. All rights reserved.