public class DistIATMeter extends IATMeter
DistIATMeter
provides a distribution statistic to calculate the
distribution of the interarrival timesModifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
iatDist |
Constructor and Description |
---|
DistIATMeter(int arraySize,
double lowerLimit,
double upperLimit,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateSample(double interArrivalTime) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected StdDistributionStatistic iatDist
public DistIATMeter(int arraySize, double lowerLimit, double upperLimit, java.lang.String name, SimNode parentNode)
protected void evaluateSample(double interArrivalTime)
evaluateSample
in class IATMeter