|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalun.gchap.Genotype
public class Genotype
Represents a genotype as an un ordered pair of allele indexes.
| Field Summary | |
|---|---|
int |
a
The first allele index. |
int |
b
The second allele index. |
| Constructor Summary | |
|---|---|
Genotype(int i,
int j)
Creates a new genotype from the given allele numbers. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int a
public int b
| Constructor Detail |
|---|
public Genotype(int i,
int j)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||