Go backward to OutChannelSet : Sets of Output ChannelsGo up to 5.1 Types Go forward to GlobalAssertion : Network Conditions |
Message
: Channel Messagesclass Messaage { String getText() }
An object of (a subtype of) this type can be sent respectively received via a
channel. The method getText()
returns a string (default: "(no
information)
") that is displayed by the visualizer in a pop-up window
whenever the mouse pointer is moved over the visual representation of a
channel which contains this message. The programmer may override this method
to exhibit the content of a message.