|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.Event
edu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.GenomeEvent
Common abstract class for all events dealing directly with Genomes, as a GenomeVisitor. We can pass null to applyTo(Visitable) in this case, because the GenomeEvent automatically selects the genome corresponding to the current edge for application.
Field Summary | |
(package private) EdgeListGraphTopology.EdgeData |
edgeData
The EdgeData object corresponding to the edge on which this event resides. |
(package private) int |
time
The number of time intervals along this event's edge that should be processed before this event is processed. |
(package private) GenomeVisitor |
visitor
The visitor object that encapsulates the actuall functionality of this Event. |
Constructor Summary | |
protected |
EdgeListGraphTopology.EdgeData.GenomeEvent()
|
Method Summary | |
void |
applyTo(Visitable v)
Applies this Event to a Visitable object. |
int |
compareTo(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
GenomeVisitor visitor
int time
EdgeListGraphTopology.EdgeData edgeData
Constructor Detail |
protected EdgeListGraphTopology.EdgeData.GenomeEvent()
Method Detail |
public void applyTo(Visitable v)
EdgeListGraphTopology.EdgeData.Event
Visitable
object. The particular type of Visitable
is decided at runtime.
applyTo
in class EdgeListGraphTopology.EdgeData.Event
v
- the Visitable object that this Event should act on.Applies this Event to the Genome stored in the destination node of the Edge on which this Event resides.
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |