All Packages Class Hierarchy This Package Previous Next Index
Class Graph.Graph
java.lang.Object
|
+----Graph.Graph
- public class Graph
- extends Object
-
Graph()
-
-
addEdge(Node, Node)
-
-
newNode()
-
-
nodes()
-
-
rmEdge(Node, Node)
-
-
show(PrintWriter)
- Print a human-readable dump for debugging.
Graph
public Graph()
nodes
public NodeList nodes()
newNode
public Node newNode()
addEdge
public void addEdge(Node from,
Node to)
rmEdge
public void rmEdge(Node from,
Node to)
show
public void show(PrintWriter out)
- Print a human-readable dump for debugging.
All Packages Class Hierarchy This Package Previous Next Index