Book a Demo

Author Topic: Sequence diagram : parameter visibility  (Read 6863 times)

Joonas Koskela

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Sequence diagram : parameter visibility
« on: September 15, 2008, 11:40:59 pm »
I'm having difficulties in getting message parameters visible in Sequence diagram.

I'm able to associate a message with operation and define parameter values, BUT they won't show in diagram.
Yes, I've tried all the diagram properties.

Is there some secret 'visibility' configuration place, which I've been unable to find ?

Thanks,

  Joonas

Nizam Mohamed

  • EA User
  • **
  • Posts: 193
  • Karma: +1/-0
    • View Profile
Re: Sequence diagram : parameter visibility
« Reply #1 on: September 17, 2008, 08:11:33 am »
Please check if the "Show Parameter Detail" in the sequence diagram's properties-> features tab is not "None"

Joonas Koskela

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Sequence diagram : parameter visibility
« Reply #2 on: September 18, 2008, 06:59:43 pm »
I have originally selected 'Full Details' from the particular (Show Parameter Detail) drop-down. Any other suggestions ?
Thanks,

 Joonas

ChrisWhite

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Sequence diagram : parameter visibility
« Reply #3 on: January 18, 2018, 01:22:32 am »
Dear All,

Was this issue ever resolved?
We are also unable to display parameters in sequence diagrams. Using the property "show parameter detail" Name, Type or Full details may be selected. Using these settings, I can make the arguement field visible.

Can any of the EA experts explain what "Full details" mean and what this changes in the respective sequence diagram?


Chris

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Sequence diagram : parameter visibility
« Reply #4 on: January 18, 2018, 01:41:00 am »
"full details" means something like [parameterName: parameterType]

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Sequence diagram : parameter visibility
« Reply #5 on: January 18, 2018, 02:26:56 am »
It seems like when you specify Argument(s) in the message this will be displayed instead of the Parameters.

q.

Nabil

  • EA User
  • **
  • Posts: 149
  • Karma: +5/-2
    • View Profile
    • View My LinkedIn Profile Here
Re: Sequence diagram : parameter visibility
« Reply #6 on: January 18, 2018, 10:37:25 pm »
link a class element as classifier for lifeline. you will get the all the methods of class. select that in message drop-down. The method name will be displayed
change the diagram property -> feature -> show parameter details : full details will diaplay methodname(param Name:param type,paramName2:Paramtype2)
All are working as expected.
Nabil