|
|||||||||||
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.GeneDuplicator
GenomeVisitor subclass encapsulating gene duplication functionality.
Constructor Summary | |
GeneDuplicator()
|
Method Summary | |
void |
applyToGenome(Genome g)
Processes gene duplication 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 GeneDuplicator()
Method Detail |
public void applyToGenome(Genome g)
Genome.duplicateGene()
for the actual duplication process.
applyToGenome
in class GenomeVisitor
g
- the genome in which a gene should be duplicated.Visitor.applyTo(edu.uconn.mcb.lineageevolver.misc.Visitable)
,
Genome.duplicateGene()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |