Book a Demo

Author Topic: sequence diagram self message  (Read 6409 times)

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
sequence diagram self message
« on: February 17, 2009, 10:53:18 pm »
Hi

In a sequence diagram, I've added a self message to an object specifying that it invokes an operation on itself.
I need to specify operations that are invoked within this operation but I don't seem to be able to add operation calls to other objects within this self message on the sequence diagram

Is there an appropriate way of doing this in EA? I seem to remember that Rational Rose allowed that.

thanks
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: sequence diagram self message
« Reply #1 on: February 17, 2009, 11:01:29 pm »
How about adding operations to the object in question from the properties dialog? That should work either from the context menu or from the properties dialog (at least for components, classes and interfaces).

Oliver