public abstract class NumericGene extends SimpleGene
Constructor and Description |
---|
NumericGene(Genome genome,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
copy(Gene destinationGene) |
boolean |
isShowPositiveSign() |
void |
setShowPositiveSign(boolean showPositiveSign) |
addPropertyChangeListener, getDoubleGooseSize, getGenome, getGooseSize, getName, kill, readIndexedValueFromByteBuffer, readValueFromByteBuffer, removePropertyChangeListener, setGenome, setName, writeIndexedValueToByteBuffer, writeValueToByteBuffer
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
genomicallyEquals
geneManipulated
public NumericGene(Genome genome, java.lang.String name)
public boolean isShowPositiveSign()
public void setShowPositiveSign(boolean showPositiveSign)
public void copy(Gene destinationGene)
copy
in interface Gene
copy
in class SimpleGene