|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPerson
public class Person
Field Summary | |
---|---|
int |
depth
|
Constructor Summary | |
---|---|
Person(int numLoci,
int pedigreeID,
int personID,
int fatherID,
int motherID,
int firstSib,
int nextPaternalSib,
int nextMaternalSib,
boolean male,
Pedigree.PseudoLoci loci)
|
Method Summary | |
---|---|
boolean |
isFounder()
|
int |
numChildren()
|
String |
toString()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int depth
Constructor Detail |
---|
public Person(int numLoci, int pedigreeID, int personID, int fatherID, int motherID, int firstSib, int nextPaternalSib, int nextMaternalSib, boolean male, Pedigree.PseudoLoci loci)
Method Detail |
---|
public String toString()
toString
in class Object
public int numChildren()
public boolean isFounder()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |