protected static class BurstGenerator.BurstData extends java.lang.Object implements java.lang.Comparable<BurstGenerator.BurstData>
| Modifier and Type | Field and Description |
|---|---|
PointInTime |
burstArrivalTime |
PointInTime |
nextPacketArrivalTime |
int |
residualLength |
| Constructor and Description |
|---|
BurstGenerator.BurstData(PointInTime burstArrivalTime,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BurstGenerator.BurstData o) |
public final PointInTime burstArrivalTime
public PointInTime nextPacketArrivalTime
public int residualLength
public BurstGenerator.BurstData(PointInTime burstArrivalTime, int length)
public int compareTo(BurstGenerator.BurstData o)
compareTo in interface java.lang.Comparable<BurstGenerator.BurstData>