|
|||||||||||
| 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.GenomeEvolver
GenomeVisitor subclass encapsulating generic 'evolution'.
Genome.evolve(int)| Field Summary | |
private int |
_substitutions
The length of evolution that this visitor will process. |
| Constructor Summary | |
GenomeEvolver()
Default constructor for Objects of type GenomeEvolver. |
|
GenomeEvolver(int substitutions)
Constructor specifying time for Objects of type GenomeEvolver |
|
| Method Summary | |
void |
applyToGenome(Genome g)
Induces 'evolution' on the given genome. |
void |
setSubstitutions(int time)
Sets the duration of evolution for this visitor. |
| 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 |
| Field Detail |
private int _substitutions
| Constructor Detail |
public GenomeEvolver()
public GenomeEvolver(int substitutions)
substitutions - the number of substitutions to process.| Method Detail |
public void applyToGenome(Genome g)
applyToGenome in class GenomeVisitorg - the genome to process evolution for.GenomeVisitor.applyToGenome(edu.uconn.mcb.lineageevolver.Genome),
Genome.evolve(int)public void setSubstitutions(int time)
time - the duration of evolution.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||