Uses of Class
org.snpsift.pedigree.Individual
-
Packages that use Individual Package Description org.snpsift.pedigree -
-
Uses of Individual in org.snpsift.pedigree
Methods in org.snpsift.pedigree that return Individual Modifier and Type Method Description Individual
PedigreeDraw. get(java.lang.String id)
Individual
Individual. getFather()
Individual
Individual. getMother()
Methods in org.snpsift.pedigree that return types with arguments of type Individual Modifier and Type Method Description java.util.List<Individual>
PedigreeDraw. findSpouses(Individual ind)
java.util.Collection<Individual>
Individual. getChilds()
java.util.ArrayList<Individual>
Individual. getChilds(Individual spouse)
Get only childs from this spousejava.util.ArrayList<Individual>
PedigreeDraw. getIndividuals()
Methods in org.snpsift.pedigree with parameters of type Individual Modifier and Type Method Description protected void
Individual. addChild(Individual ind)
int
Individual. compareTo(Individual ind)
void
PedigreeDraw. female(Individual ind)
java.util.List<Individual>
PedigreeDraw. findSpouses(Individual ind)
java.util.ArrayList<Individual>
Individual. getChilds(Individual spouse)
Get only childs from this spouseboolean
Individual. isDescendant(Individual ind)
Is 'this' descendant from 'ind' (e.g.void
PedigreeDraw. line(Individual parent1, Individual parent2, Individual child)
Line between Mother-Father and Childvoid
PedigreeDraw. male(Individual ind)
protected void
Individual. removeChild(Individual ind)
void
Individual. setFather(Individual father)
void
Individual. setMother(Individual mother)
void
PedigreeDraw. unknown(Individual ind)
Method parameters in org.snpsift.pedigree with type arguments of type Individual Modifier and Type Method Description protected void
PedigreeDraw. moveIfLeft(int posX, int deltaX, java.util.Set<Individual> except)
Move if the object is located to the left of posXprotected void
PedigreeDraw. moveIfRight(int posX, int deltaX, java.util.Set<Individual> except)
Move if the object is located to the right of posX
-