public final class Trio
extends java.lang.Object
Constructor and Description |
---|
Trio(Sample mom,
Sample dad,
Sample child) |
Modifier and Type | Method and Description |
---|---|
Sample |
getChild() |
java.lang.String |
getChildID() |
Sample |
getFather() |
java.lang.String |
getMaternalID() |
Sample |
getMother() |
java.lang.String |
getPaternalID() |