|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.Qtl.QTLCross
public class Qtl.QTLCross
This class stores the informations on the cross design used to detect the QTL.
Field Summary | |
---|---|
int |
gen
The number of generations. |
java.lang.String |
name
The name of the cross design. |
int |
size
The number of individuals. |
int |
type
The type of the cross. |
Constructor Summary | |
---|---|
Qtl.QTLCross()
|
Method Summary | |
---|---|
Qtl.QTLCross |
getCopy()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public int type
public int gen
public int size
Constructor Detail |
---|
public Qtl.QTLCross()
Method Detail |
---|
public Qtl.QTLCross getCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |