public class DistributionRateMeter extends ShortTermRateMeter
StdDistributionStatistic
.Modifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
distributionStatistic |
aggregatedValues, mapOfAggregatedValues, measurePortsIndividually, shortTermPeriod, startOfLastInterval
Constructor and Description |
---|
DistributionRateMeter(int arraySize,
double lowerLimit,
double upperLimit,
double shortTermPeriod,
boolean measurePortsIndividually,
java.lang.String name,
SimNode parentNode) |
DistributionRateMeter(int arraySize,
double lowerLimit,
double upperLimit,
double shortTermPeriod,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateStatistic(double value,
double weight) |
attachInput, evaluateMessage, updateStatistic
attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final StdDistributionStatistic distributionStatistic
public DistributionRateMeter(int arraySize, double lowerLimit, double upperLimit, double shortTermPeriod, java.lang.String name, SimNode parentNode)
public DistributionRateMeter(int arraySize, double lowerLimit, double upperLimit, double shortTermPeriod, boolean measurePortsIndividually, java.lang.String name, SimNode parentNode)
protected void updateStatistic(double value, double weight)
updateStatistic
in class ShortTermRateMeter