edu.pdx.cs399J.net
Class WriteGraphNodes

java.lang.Object
  extended by edu.pdx.cs399J.net.WriteGraphNodes

public class WriteGraphNodes
extends Object

This program constructs a graph of Nodes and serializes them to a file.


Constructor Summary
WriteGraphNodes()
           
 
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
 

Constructor Detail

WriteGraphNodes

public WriteGraphNodes()
Method Detail

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.