Class WriteGraphNodes

java.lang.Object
edu.pdx.cs410J.net.WriteGraphNodes

public class WriteGraphNodes extends Object
This program constructs a graph of Nodes and serializes them to a file.
  • Constructor Details

  • Method Details

    • 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.