The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Sequence::Message - A message in a Chart::Sequence.

SYNOPSIS

DESCRIPTION

DATA MEMBERS

number

(1..N) The number of the message in the sequence. Assigned by the Chart::Sequence as messages are added to it.

name

The name of the message. This is displayed on the arrow

send_time

The time the message was sent: an integer or floating point value. The time format (ie the units for this value) is set in the parent sequence for now. This may be seconds since the epoch, seconds since the start of the sequence, or just a message order.

recv_time

The time the message was received. Defaults to send_time if unset.

from

What entity sent the message.

to

What entity received the message.

description

A longer textual description, displayed according to the rendering. NOTE: we may well add some primitive HTML rendering to this, not sure.

color

What color to use for the font and the line.

URI

A URI to use when rendering clickable resources.

LIMITATIONS

COPYRIGHT

    Copyright 2002, R. Barrie Slaymaker, Jr., All Rights Reserved

LICENSE

You may use this module under the terms of the BSD, Artistic, oir GPL licenses, any version.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>