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,
SimNode ownNode) |
DistributionRateMeter(int arraySize,
double lowerLimit,
double upperLimit,
double shortTermPeriod,
SimNode ownNode) |
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, SimNode ownNode)
public DistributionRateMeter(int arraySize, double lowerLimit, double upperLimit, double shortTermPeriod, boolean measurePortsIndividually, SimNode ownNode)
protected void updateStatistic(double value, double weight)
updateStatistic
in class ShortTermRateMeter