previous up next
Go backward to OutChannelSet: Sets of Output Channels
Go up to 5.1 Types
Go forward to GlobalAssertion: Network Conditions
RISC-Linz logo

Message: Channel Messages

class 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.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next