public class VTMessageLengthMeter extends MessageLengthMeter
VTMessageLengthMeter measures the variance-time relation of the
message length to estimate the Hurst parameter.| Modifier and Type | Field and Description |
|---|---|
protected VTSampleStatistic |
vtStatistic |
| Constructor and Description |
|---|
VTMessageLengthMeter(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateSample(long length) |
evaluateMessage, useMessageattachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndicationprotected final VTSampleStatistic vtStatistic
public VTMessageLengthMeter(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode)
protected void evaluateSample(long length)
evaluateSample in class MessageLengthMeter