edu.pdx.cs399J.family
Class AddPerson

java.lang.Object
  extended by edu.pdx.cs399J.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 Summary
AddPerson()
           
 
Method Summary
static void main(String[] args)
          Main program that parsers the command line and adds a person to a family tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPerson

public AddPerson()
Method Detail

main

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



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