|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.LineageVisitor
edu.uconn.mcb.lineageevolver.LineageFork
LineageVisitor subclass encapsulating the n-furcation process.
Field Summary | |
private GraphEdge |
_edge
The node to fork |
Constructor Summary | |
LineageFork(GraphEdge e)
Constructor for Objects of type LineageFork provided an edge on which to fork. |
Method Summary | |
void |
applyToLineage(java.util.ArrayList edgeList,
GraphTopology tree)
Applies this visitor to a given Lineage. |
private void |
fork(java.util.ArrayList edgeList,
GraphTopology tree)
Processes an n-furcation in the tree. |
Methods inherited from class edu.uconn.mcb.lineageevolver.LineageVisitor |
applyTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private GraphEdge _edge
Constructor Detail |
public LineageFork(GraphEdge e)
e
- the edge on which to fork.Method Detail |
public void applyToLineage(java.util.ArrayList edgeList, GraphTopology tree)
LineageVisitor
applyToLineage
in class LineageVisitor
edgeList
- the list of active edges (from the Lineage).tree
- the tree that the provided Lineage is operating on.LineageVisitor.applyToLineage(ArrayList, GraphTopology)
private void fork(java.util.ArrayList edgeList, GraphTopology tree)
edgeList
- the array of edges (should be from the Lineage) to operate on.tree
- the topology to which the edge belongs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |