Book a Demo

Author Topic: Sequence diagram - Object not at the top  (Read 2656 times)

Miguel Gonzalez

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Sequence diagram - Object not at the top
« on: May 09, 2010, 01:23:23 am »
How can I show an object not on the top of the diagram but at the hight that corresponds to the time it was created, like the one below...



I took the example from http://argouml-stats.tigris.org/documentation/manual-0.30/ch19.html#d0e24995

Thank you.

son-of-sargasso

  • EA User
  • **
  • Posts: 122
  • Karma: +0/-0
    • View Profile
Re: Sequence diagram - Object not at the top
« Reply #1 on: May 09, 2010, 07:36:09 pm »
Can't remember - its something about setting the lifecycle to "new" on your anonymous message between
: D ependOnClass
and :ThirdClass that creates  the :ThirdClass instance.

hth
b (t'other one)

(mod: &*$%##$ smileys)
« Last Edit: May 09, 2010, 07:38:43 pm by barrydrive »

Miguel Gonzalez

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Sequence diagram - Object not at the top
« Reply #2 on: May 10, 2010, 04:50:46 am »
Thanks son-of-sargasso, yes, that made it, Lifecycle set to new.