Package edu.pdx.cs410J.net
Class WriteGraphNodes
java.lang.Object
edu.pdx.cs410J.net.WriteGraphNodes
This program constructs a graph of
Node
s and
serializes them to a file.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WriteGraphNodes
public WriteGraphNodes()
-
-
Method Details
-
main
Creates a graph ofGraphNode
s and serializes them to a file whose name is given on the command line.
-