public class DistMessageLengthMeter extends MessageLengthMeter
DistMessageLengthMeter provides a distribution statistic to
calculate the distribution| Modifier and Type | Field and Description |
|---|---|
protected StdDistributionStatistic |
messageLengthDist |
| Constructor and Description |
|---|
DistMessageLengthMeter(int arraySize,
double lowerLimit,
double upperLimit,
SimNode ownNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateSample(long length) |
evaluateMessage, useMessageattachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndicationprotected final StdDistributionStatistic messageLengthDist
public DistMessageLengthMeter(int arraySize,
double lowerLimit,
double upperLimit,
SimNode ownNode)
protected void evaluateSample(long length)
evaluateSample in class MessageLengthMeter