Class | Description |
---|---|
BurstGenerator |
BurstGenerator generates bursts of information that are
segmented in messages of max. |
BurstGenerator.BurstData | |
DStdGenerator |
DStdGenerator generates messages according to a renewal point
process for which IAT distribution is provided/parsed. |
Generator |
The class
Generator is derived from
Entity and is the abstract base class for all
message generators. |
GreedyGenerator |
GreedyGenerator generates as many messages as the attached
component can handle. |
StdGenerator |
StdGenerator generates messages according to a renewal point
process for which IAT distribution is provided/parsed. |
TraceGenerator |
TraceGenerator generates messages at timestamps, which are given in a trace
file.
|
Generator
, which are connected to the other components of the simulation model using the
port concept. Subclasses of Factory
serve the generators at the level in the
middle. The bottom level is formed by the different kinds of messages which are generated by
the message factories.