public class ECGTimeDistribution extends java.lang.Object implements PacketTimeDistribution
| Constructor and Description |
|---|
ECGTimeDistribution() |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
int |
nextInterval() |
int[] |
prediction(int size)
Generates an array containing predicted packet transmission times, in
terms of number of ms from this instant.
|
public int getType()
getType in interface PacketTimeDistributionpublic int nextInterval()
nextInterval in interface PacketTimeDistributionpublic int[] prediction(int size)
PacketTimeDistributionprediction in interface PacketTimeDistributionsize - the number of predictions contained in the returned array