public class RateMeter extends OnePointMeter
Modifier and Type | Field and Description |
---|---|
protected StdRateStatistic |
rateStatistic |
Constructor and Description |
---|
RateMeter(java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateMessage(Message msg,
Port port) |
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final StdRateStatistic rateStatistic
public RateMeter(java.lang.String name, SimNode parentNode)
protected void evaluateMessage(Message msg, Port port)
evaluateMessage
in class OnePointMeter