public class DistMessageLengthMeter extends MessageLengthMeter
DistMessageLengthMeter
provides a distribution statistic to
calculate the distributionModifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
messageLengthDist |
Constructor and Description |
---|
DistMessageLengthMeter(int arraySize,
double lowerLimit,
double upperLimit,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateSample(long length) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final StdDistributionStatistic messageLengthDist
public DistMessageLengthMeter(int arraySize, double lowerLimit, double upperLimit, java.lang.String name, SimNode parentNode)
protected void evaluateSample(long length)
evaluateSample
in class MessageLengthMeter