edu.pdx.cs399J.net
Class ReadGraphNodes
java.lang.Object
edu.pdx.cs399J.net.ReadGraphNodes
public class ReadGraphNodes
- extends Object
This class demonstrates serialization support for referential
integrity by deserializing a graph of GraphNodes.
|
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 |
ReadGraphNodes
public ReadGraphNodes()
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.