|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.GenomeVisitor
Abstract class for all visitors meant exclusively for Genomes.
Constructor Summary | |
GenomeVisitor()
|
Method Summary | |
void |
applyTo(Visitable v)
Initiates a handshake with the provided Visitable. |
abstract void |
applyToGenome(Genome g)
Applies this visitor to the given Genome. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenomeVisitor()
Method Detail |
public void applyTo(Visitable v)
applyTo
in interface Visitor
v
- the Visitable object to be visited.Visitor.applyTo(edu.uconn.mcb.lineageevolver.misc.Visitable)
public abstract void applyToGenome(Genome g)
g
- the Genome to apply this visitor to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |