public class Graph extends java.lang.Object
java.util.List<Node>
nodes
Graph()
void
addEdge(Node from, Node to)
Node
newNode()
int
nodeCount()
rmEdge(Node from, Node to)
show(java.io.PrintWriter out)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public java.util.List<Node> nodes
public Graph()
public Node newNode()
public int nodeCount()
public void addEdge(Node from, Node to)
public void rmEdge(Node from, Node to)
public void show(java.io.PrintWriter out)