Previous UML Classes Table of Contents UML Packages Next


14.3.22 MessageKind

BasicInteractions


   This is an enumerated type that identifies the type of message.

*Generalizations

   None

   Description

Issue 8347 -replace ‘MessageSort ’ with ‘MessageKind

   MessageKind is an enumeration of the following values:

   

   complete = sendEvent and receiveEvent are present.

   

   lost = sendEvent present and receiveEvent absent.

   

   found = sendEvent absent and receiveEvent present.

   

   unknown = sendEvent and receiveEvent absent (should not appear).