Class | Description |
---|---|
IPPacket |
IPPacket is specially designed for IP QoS simulations where fields like
source and destination as well as further fields to distinguish between
messages are needed
|
LabelMessage |
LabelMessage provides the user with one label that can be used for any
purposes
|
Message |
The center of the simulation is the exchange of messages (that represent data
packets) between individual model components.
All messages are derived from the class Message and therefore
inherit the following characteristics:- Messages have a length which is set to one by default. |
MessageTracer |
MessageTracer is a special port monitor that can be attached to
any port and will print all messages that are transferred thru that port. |
Message