Architecting and designing : UML 2.5 : Diagram views : Sequence diagram : Messages on Sequence diagram
  
Messages on Sequence diagram
A message is a communication between objects that conveys information with the expectation that action will ensue. The receipt of a message is one kind of event. The message is drawn as a horizontal line from one object lifeline to another. The message may also be drawn from and to the same object, representing a message from an object to itself.
A message is shown as a line from the sender MessageEnd to the receiver MessageEnd. The line must be such that every line fragment is either horizontal or downwards when traversed from send event to receive event. The send and receive events may both be on the same lifeline.
See
Message Kind
Message Sort
See also
Lifelines on Sequence diagram
Generic Line on Sequence diagram
GeneralOrdering on Sequence diagram
Combined fragment on Sequence diagram
ConsiderIgnoreFragment on Sequence diagram
Constraints on Sequence diagram
Coregions on Sequence diagram
ExecutionSpecification on Sequence diagram
Interaction on Sequence diagram
InteractionOperand on Sequence diagram
InteractionUse on Sequence diagram
Observation on Sequence diagram
State Invariant on Sequence diagram
Go up to
Sequence diagram