edu.ucla.belief.io.geneticlinkage
Class Person

Object
  extended by Person

public class Person
extends Object


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

depth

public int depth
Constructor Detail

Person

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

toString

public String toString()
Overrides:
toString in class Object

numChildren

public int numChildren()

isFounder

public boolean isFounder()


Copyright 2010 UCLA Automated Reasoning Group