Uses of Class
org.snpsift.pedigree.Individual
Packages that use Individual
-
Uses of Individual in org.snpsift.pedigree
Methods in org.snpsift.pedigree that return IndividualMethods in org.snpsift.pedigree that return types with arguments of type IndividualModifier and TypeMethodDescriptionPedigreeDraw.findSpouses(Individual ind) Individual.getChilds()Individual.getChilds(Individual spouse) Get only childs from this spousePedigreeDraw.getIndividuals()Methods in org.snpsift.pedigree with parameters of type IndividualModifier and TypeMethodDescriptionprotected voidIndividual.addChild(Individual ind) intIndividual.compareTo(Individual ind) voidPedigreeDraw.female(Individual ind) PedigreeDraw.findSpouses(Individual ind) 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 IndividualModifier and TypeMethodDescriptionprotected voidPedigreeDraw.moveIfLeft(int posX, int deltaX, Set<Individual> except) Move if the object is located to the left of posXprotected voidPedigreeDraw.moveIfRight(int posX, int deltaX, Set<Individual> except) Move if the object is located to the right of posX