|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.GenomeVisitor
edu.uconn.mcb.lineageevolver.GeneKiller
GenomeVisitor subclass encapsulating gene death functionality.
Constructor Summary | |
GeneKiller()
|
Method Summary | |
void |
applyToGenome(Genome g)
Processes gene death on the provided genome. |
Methods inherited from class edu.uconn.mcb.lineageevolver.GenomeVisitor |
applyTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GeneKiller()
Method Detail |
public void applyToGenome(Genome g)
Genome.killGene()
for the actual murder.
applyToGenome
in class GenomeVisitor
g
- the genome from which a gene should die.Visitor.applyTo(edu.uconn.mcb.lineageevolver.misc.Visitable)
,
Genome.getGeneEvolutionSpeeds()
,
Genome.killGene(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |