edu.pdx.cs399J.net
Class WriteGraphNodes
java.lang.Object
edu.pdx.cs399J.net.WriteGraphNodes
public class WriteGraphNodes
- extends Object
This program constructs a graph of Nodes and
serializes them to a file.
|
Method Summary |
static void |
main(String[] args)
Creates a graph of GraphNodes and serializes them to a
file whose name is given on the command line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteGraphNodes
public WriteGraphNodes()
main
public static void main(String[] args)
- Creates a graph of
GraphNodes and serializes them to a
file whose name is given on the command line.
Copyright © 2000-2009 Portland State University. All Rights Reserved.