public class VTRateMeter extends OnePointMeter implements ReflectionConstructable2<SimNode,Parameters>
Modifier and Type | Field and Description |
---|---|
protected boolean |
useLengthAsWeight |
protected VTRateStatistic |
vtStatistic |
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
VTRateMeter(double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
boolean useLengthAsWeight,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static VTRateMeter |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
protected void |
evaluateMessage(Message msg,
Port port) |
protected boolean |
useMessage(Message msg) |
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final boolean useLengthAsWeight
protected final VTRateStatistic vtStatistic
public VTRateMeter(double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, boolean useLengthAsWeight, SimNode ownNode)
public static VTRateMeter createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
protected boolean useMessage(Message msg)
protected void evaluateMessage(Message msg, Port port)
evaluateMessage
in class OnePointMeter