-
Class Summary
Class |
Description |
Meter |
Meters
|
OnePointMeter |
OnePointMeter and TwoPointMeter, respectively, are base classes for meters
that measure on one port, or between two ports.
Within those base classes, a further distinction between meters that can be
attached to only one port or to more than one port is made in the base
classes OnePortXXXPointMeter, MultiPortXXXPointMeter.
CreateMessageFilter can be overridden to attach different filters to ports.
|
TwoPointMeter |
Two-Point Meters
|
Package ikr.simlib.meters Description
Port Monitors
Meters represent tools that can be easily integrated into the model in order to read and evaluate
the flow of messages at various points within the model.
One way of executing measurements on a model is to insert statistics classes directly into each
model component. For measurements performed on a given interface between
ports of a model component (e.g., transfer time between input and output port of a model component),
there are so-called meters that only need to be "plugged in" to one or more ports.
- See Also:
Meter