Uses of Class
org.episteme.natural.biology.DynasticCalculator.DynasticPerson
Packages that use DynasticCalculator.DynasticPerson
-
Uses of DynasticCalculator.DynasticPerson in org.episteme.natural.biology
Methods in org.episteme.natural.biology that return types with arguments of type DynasticCalculator.DynasticPersonModifier and TypeMethodDescriptionDynasticCalculator.calculateSuccessionOrder(DynasticCalculator.DynasticPerson monarch, boolean malePriority) Calculates the order of succession based on primogeniture.DynasticCalculator.DynasticPerson.getChildren()DynasticCalculator.DynasticPerson.getFather()DynasticCalculator.DynasticPerson.getMother()Methods in org.episteme.natural.biology with parameters of type DynasticCalculator.DynasticPersonModifier and TypeMethodDescriptionstatic RealDynasticCalculator.calculateInbreedingCoefficient(DynasticCalculator.DynasticPerson person) Calculates the Wright's coefficient of inbreeding (F) for a person.static RealDynasticCalculator.calculateRelationshipCoefficient(DynasticCalculator.DynasticPerson a, DynasticCalculator.DynasticPerson b) Calculates the coefficient of relationship (r) between two individuals.DynasticCalculator.calculateSuccessionOrder(DynasticCalculator.DynasticPerson monarch, boolean malePriority) Calculates the order of succession based on primogeniture.voidDynasticCalculator.DynasticPerson.setFather(DynasticCalculator.DynasticPerson father) voidDynasticCalculator.DynasticPerson.setMother(DynasticCalculator.DynasticPerson mother)