org.metaqtl
Class Qtl.QTLCross

java.lang.Object
  extended by org.metaqtl.Qtl.QTLCross
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Qtl

public class Qtl.QTLCross
extends java.lang.Object
implements java.io.Serializable

This class stores the informations on the cross design used to detect the QTL.

See Also:
Serialized Form

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

name

public java.lang.String name
The name of the cross design.


type

public int type
The type of the cross.


gen

public int gen
The number of generations.


size

public int size
The number of individuals.

Constructor Detail

Qtl.QTLCross

public Qtl.QTLCross()
Method Detail

getCopy

public Qtl.QTLCross getCopy()
Returns: