Package edu.pdx.cs410J.net
Class GraphNode
java.lang.Object
edu.pdx.cs410J.net.GraphNode
- All Implemented Interfaces:
Serializable
This class is used to demonstrate object serialization support for
referential integrity.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GraphNode
public GraphNode()
-
-
Method Details
-
addChild
Adds a child node to this node -
traverse
Returns this node's number of unvisited descendents
-