Package ikr.simlib.meters

Concept

See: Description

Package ikr.simlib.meters Description

Concept

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.

Variants

OnePointMeter and TwoPointMeter, respectively, are base classes for meters that measure on one port, or between two ports.
See Also:
Meter