|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uconn.mcb.lineageevolver.LineageVisitor
Abstract base class for all Visitors intended specifically to visit Lineages.
| Constructor Summary | |
LineageVisitor()
|
|
| Method Summary | |
void |
applyTo(Visitable v)
Applies this Visitor to the given Visitable object. |
abstract void |
applyToLineage(java.util.ArrayList edgeList,
GraphTopology tree)
Applies this visitor to a given Lineage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineageVisitor()
| Method Detail |
public void applyTo(Visitable v)
Visitor
applyTo in interface Visitorv - the Visitable object to be visited.Visitor.applyTo(edu.uconn.mcb.lineageevolver.misc.Visitable)
public abstract void applyToLineage(java.util.ArrayList edgeList,
GraphTopology tree)
edgeList - the list of active edges (from the Lineage).tree - the tree that the provided Lineage is operating on.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||