Previous | UML Classes | Table of Contents | UML Packages | Next |
This is an enumerated type that identifies the type of message.
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).