public class Family extends java.lang.Object
Family()
void
addMember(Human h)
boolean
containsMember(Human h)
java.util.ArrayList<Human>
getMembers()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Family()
public void addMember(Human h)
public boolean containsMember(Human h)
public java.util.ArrayList<Human> getMembers()