|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.MetaMap
public class MetaMap
A MetaMap
is a bundle of MetaChrom
objects.
Field Summary | |
---|---|
MetaChrom[] |
chromosomes
The meta chromosomes. |
int |
nchr
The number of meta chromosmes. |
Constructor Summary | |
---|---|
MetaMap(int nchr)
Creates a new instance of MetaMap
which will contain nchr MetaChrom
objects. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int nchr
public MetaChrom[] chromosomes
Constructor Detail |
---|
public MetaMap(int nchr)
MetaMap
which will contain nchr
MetaChrom
objects.
nchr
- the number of meta chromsomes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |