edu.pdx.cs399J.net
Class ReadGraphNodes

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

public class ReadGraphNodes
extends Object

This class demonstrates serialization support for referential integrity by deserializing a graph of GraphNodes.


Constructor Summary
ReadGraphNodes()
           
 
Method Summary
static void main(String[] args)
          Reads a graph of GraphNodes from a file whose name is specified on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadGraphNodes

public ReadGraphNodes()
Method Detail

main

public static void main(String[] args)
Reads a graph of GraphNodes from a file whose name is specified on the command line.



Copyright © 2000-2009 Portland State University. All Rights Reserved.