Uses of Record Class
org.episteme.natural.biology.genealogy.GenealogyNetwork.Relation
Packages that use GenealogyNetwork.Relation
Package
Description
Biological taxonomy, genetics, and physiological modeling.
-
Uses of GenealogyNetwork.Relation in org.episteme.natural.biology.genealogy
Method parameters in org.episteme.natural.biology.genealogy with type arguments of type GenealogyNetwork.RelationModifier and TypeMethodDescriptionstatic doubleGenealogyNetwork.coefficientOfRelationship(String p1, String p2, List<GenealogyNetwork.Relation> relations) Calculates the coefficient of relationship between two people based on known nodes.GenealogyNetwork.identifyAlliances(List<GenealogyNetwork.Relation> relations, Map<String, String> personToHouse) Identifies inter-house alliances formed through marriage relations.