Enum MessageKind
This is an enumerated type that identifies the type of Message. <p>From package UML::Interactions.</p>
[TypeConverter(typeof(MessageKindConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//MessageKind")]
public enum MessageKind
Fields
Complete = 0sendEvent and receiveEvent are present
Found = 2sendEvent absent and receiveEvent present
Lost = 1sendEvent present and receiveEvent absent
Unknown = 3sendEvent and receiveEvent absent (should not appear)