|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rubecula.darwin.core.Mutator_Abstract
public abstract class Mutator_Abstract
Abstract class to define the base methods and fields for instances of Mutator interface.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
The logger for this class. |
| Constructor Summary | |
|---|---|
protected |
Mutator_Abstract()
Protected constructor. |
| Method Summary | |
|---|---|
Allele |
mutate(Allele allele)
By default, the allele is returned unchanged. |
Genotype |
mutate(Genotype genotype)
By default, the genotype is returned unchanged. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
protected Mutator_Abstract()
| Method Detail |
|---|
public Allele mutate(Allele allele)
mutate in interface Mutatorallele - the original allele
Mutator.mutate(com.rubecula.darwin.core.Allele)public Genotype mutate(Genotype genotype)
mutate in interface Mutatorgenotype - the original genotype
Mutator.mutate(com.rubecula.darwin.core.Genotype)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||