|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.bonn.cs.iv.bonnmotion.LinkStatusChange
public class LinkStatusChange
The event of a link going up or down at a certain point in time.
| Field Summary | |
|---|---|
int |
dst
Link destination. |
int |
src
Link source. |
double |
time
Time of link status change. |
boolean |
up
True, if the link is going up, false, if it is going down. |
| Constructor Summary | |
|---|---|
LinkStatusChange(double time,
int src,
int dst,
boolean up)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double time
public final int src
public final int dst
public final boolean up
| Constructor Detail |
|---|
public LinkStatusChange(double time,
int src,
int dst,
boolean up)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||