Class AddPerson

java.lang.Object
edu.pdx.cs410J.family.AddPerson

public class AddPerson extends Object
This program demonstrates some of the functionality of out family tree example by letting a user add people to a family tree that is stored in a given file.
Since:
Fall 2000
Author:
David Whitlock
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Main program that parsers the command line and adds a person to a family tree.