edu.pdx.cs399J.family
Class NoteMarriage

java.lang.Object
  extended by edu.pdx.cs399J.family.NoteMarriage

public class NoteMarriage
extends Object

This program makes note of a marriage between two people in a family tree.

Since:
Fall 2000
Author:
David Whitlock

Constructor Summary
NoteMarriage()
           
 
Method Summary
static void main(String[] args)
          Main program that parses the command line and creates a marriage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteMarriage

public NoteMarriage()
Method Detail

main

public static void main(String[] args)
Main program that parses the command line and creates a marriage.



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