public class DistTimeMeter extends StdTimeMeter implements ReflectionConstructable2<SimNode,Parameters>
Modifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
transferTimeDist |
transferTime
fromPortHandler, toPortHandler
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
DistTimeMeter(int arraySize,
double lowerLimit,
double upperLimit,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static DistTimeMeter |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
protected void |
evaluateTimeStamp(TimeStamp ts,
double currentTime) |
useMessage
addTimeStamp, evaluateMessageFromPort, evaluateMessageToPort, getAndRemoveTimeStamp
attachFromPort, attachFromPort, attachToPort, attachToPort
protected StdDistributionStatistic transferTimeDist
public DistTimeMeter(int arraySize, double lowerLimit, double upperLimit, SimNode ownNode)
public static DistTimeMeter createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
protected void evaluateTimeStamp(TimeStamp ts, double currentTime)
evaluateTimeStamp
in class StdTimeMeter