Book a Demo

Author Topic: Sequence Diagram - self message  (Read 3658 times)

tlamm

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Sequence Diagram - self message
« on: July 08, 2005, 07:51:53 am »
In a sequence diagram, when an entity sends a message to itself, a new activation bar is created on top of the existing activation bar for the entity.  I want to show that this new activation sends a message to another entity.  But when I try to drag a message arrow from the new activation bar to another entity's life line, the arrow locates itself on the main activation bar instead.  Also, when I select the message arrow and look at the source and destination options in the context menu, only the main entities are listed.

How can I create a message with the "sub" activation bar as the source?

Maarten

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: Sequence Diagram - self message
« Reply #1 on: July 28, 2005, 11:32:09 pm »
If you right click the second message and select the "Extend Method Invocation" option your second message should leave from the activation bar of the self-message

tlamm

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Sequence Diagram - self message
« Reply #2 on: July 29, 2005, 05:40:27 am »
Thanks.  That did what I wanted.