|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.Recombiner
Intermediary class encapsulating the recombination process between two genes.
Nested Class Summary | |
class |
Recombiner.NoRecombineRegion
Exception thrown when no region suitable for recombination could be found. |
Field Summary | |
(package private) Gene |
_gneDestination
The gene into which recombined material will be copied. |
(package private) Gene |
_gneSource
The gene from which recombined material will be copied. |
static int |
DEFAULT_RECOMBINE_MEAN
Default mean of recombination sequence length. |
static int |
DEFAULT_RECOMBINE_PADDING
Default padding of acceptable recombination sequence. |
static int |
DEFAULT_RECOMBINE_STDEV
Default standard deviation of recombination sequence length. |
static java.util.Random |
randomNumberGenerator
Random number generator shared by all Recombiners. |
Constructor Summary | |
Recombiner(Gene gneSource,
Gene gneDestination)
Default constructor for objects of type Recombiner. |
Method Summary | |
abstract void |
recombine()
Processes recombination between the source and destination genes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DEFAULT_RECOMBINE_MEAN
public static final int DEFAULT_RECOMBINE_STDEV
public static final int DEFAULT_RECOMBINE_PADDING
public static final java.util.Random randomNumberGenerator
Gene _gneSource
Gene _gneDestination
Constructor Detail |
public Recombiner(Gene gneSource, Gene gneDestination)
gneSource
- the gene from which recombined material will be copiedgneDestination
- the gene into which recombined material will be copiedMethod Detail |
public abstract void recombine() throws Recombiner.NoRecombineRegion
Recombiner.NoRecombineRegion
- If no regioin suitable for recombination was found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |