public class DistIATMeter extends IATMeter implements ReflectionConstructable2<SimNode,Parameters>
DistIATMeter
provides a distribution statistic to calculate the
distribution of the interarrival timesModifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
iatDist |
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
DistIATMeter(int arraySize,
double lowerLimit,
double upperLimit,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static DistIATMeter |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
protected void |
evaluateSample(double interArrivalTime) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected StdDistributionStatistic iatDist
public DistIATMeter(int arraySize, double lowerLimit, double upperLimit, SimNode ownNode)
public static DistIATMeter createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
protected void evaluateSample(double interArrivalTime)
evaluateSample
in class IATMeter