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 IndividualPedigreeDraw. get(java.lang.String id)IndividualIndividual. getFather()IndividualIndividual. 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 voidIndividual. addChild(Individual ind)intIndividual. compareTo(Individual ind)voidPedigreeDraw. female(Individual ind)java.util.List<Individual>PedigreeDraw. findSpouses(Individual ind)java.util.ArrayList<Individual>Individual. getChilds(Individual spouse)Get only childs from this spousebooleanIndividual. isDescendant(Individual ind)Is 'this' descendant from 'ind' (e.g.voidPedigreeDraw. line(Individual parent1, Individual parent2, Individual child)Line between Mother-Father and ChildvoidPedigreeDraw. male(Individual ind)protected voidIndividual. removeChild(Individual ind)voidIndividual. setFather(Individual father)voidIndividual. setMother(Individual mother)voidPedigreeDraw. unknown(Individual ind)Method parameters in org.snpsift.pedigree with type arguments of type Individual Modifier and Type Method Description protected voidPedigreeDraw. moveIfLeft(int posX, int deltaX, java.util.Set<Individual> except)Move if the object is located to the left of posXprotected voidPedigreeDraw. moveIfRight(int posX, int deltaX, java.util.Set<Individual> except)Move if the object is located to the right of posX
-