|
Class Summary |
| Answer |
Represents an answer to a ForwardMessage and is responsible for
drawing it on the diagram. |
| AnswerToSelf |
|
| BroadcastMessage |
|
| ConstructorMessage |
A specialized forward message, representing a call to a constructor. |
| DestructorAnswer |
Represents the answer given to a call to an object's destructor. |
| ForwardMessage |
A ForwardMessage is a normal message sent from a lifeline to
another one. |
| Message |
A Message implementation is responsible for drawing a message and
changing the diagram's state in order to reflect the effects of a message. |
| MessageToSelf |
A specialized forward message, directed from a lifeline onto itself, or - to
be precise - onto a its next sub-lifeline. |
| Primitive |
A Primitive is not a message in the strict sense, it is an action that
happens inside a method. |