public class VTIATMeter extends IATMeter implements ReflectionConstructable2<SimNode,Parameters>
Modifier and Type | Field and Description |
---|---|
protected VTSampleStatistic |
vtStatistic |
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
VTIATMeter(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static VTIATMeter |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
protected void |
evaluateSample(double interArrivalTime) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final VTSampleStatistic vtStatistic
public VTIATMeter(int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, SimNode ownNode)
public static VTIATMeter createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
protected void evaluateSample(double interArrivalTime)
evaluateSample
in class IATMeter