public class DistTimeMeter extends StdTimeMeter implements ReflectionConstructable2<SimNode,Parameters>
| Modifier and Type | Field and Description |
|---|---|
protected StdDistributionStatistic |
transferTimeDist |
transferTimefromPortHandler, toPortHandlerCREATE_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) |
useMessageaddTimeStamp, evaluateMessageFromPort, evaluateMessageToPort, getAndRemoveTimeStampattachFromPort, attachFromPort, attachToPort, attachToPortprotected StdDistributionStatistic transferTimeDist
public DistTimeMeter(int arraySize,
double lowerLimit,
double upperLimit,
SimNode ownNode)
public static DistTimeMeter createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructableprotected void evaluateTimeStamp(TimeStamp ts, double currentTime)
evaluateTimeStamp in class StdTimeMeter