|
|||||||||||
| 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
Encapsulation class used for storing Event information inside an EdgeData object.
| 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. |
| Constructor Summary | |
EdgeListGraphTopology.EdgeData.Event()
Default constructor for Events (should called only by subclasses). |
|
| Method Summary | |
abstract 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 |
int time
EdgeListGraphTopology.EdgeData edgeData
| Constructor Detail |
public EdgeListGraphTopology.EdgeData.Event()
time to zero, and edgeData to null.
| Method Detail |
public abstract void applyTo(Visitable v)
Visitable object. The particular type of Visitable is decided at runtime.
v - the Visitable object that this Event should act on.public int compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparableComparable.compareTo(java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||