Book a Demo

Author Topic: Sequence Diagram Attribute List Message Dropdown  (Read 3182 times)

dmf

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Sequence Diagram Attribute List Message Dropdown
« on: September 16, 2008, 11:09:06 am »
EA V7.1 help "Message(Sequence Diagram)" page item 3 indicates as follows: "Similarly, if the Message flow is from a Class element or Lifeline element with classifier, and the source Class has defined attributes, you can click on the drop-down arrow and select an appropriate attribute name. The Message reflects the attributes from the source Class."  Does this feature work?  I have tries various approaches using Lifelines with Classifiers as well as Classes themselves, but can only at best get the destination Operations list in the message dropdown. >:(

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Sequence Diagram Attribute List Message Dropdo
« Reply #1 on: September 16, 2008, 12:11:25 pm »
I'm very sorry about that item - I discovered it was wrong only last Friday.

The note on step three should read:

"If the Message flow is towards a Class element (dropped in from a Class diagram) or a Lifeline element having a classifier, and the destination Class has defined operations, you can click on the drop-down arrow and select an appropriate operation name. The Message then reflects the destination Class operations.

If the available operations are not appropriate, you can click on the Operations button and define a new operation in the target element, using the Operations dialog.

If you create a Message without making reference to the target Class operations, no new operation is added to the target Class."

Step six should read:

"If the Message flow is from a Class element or Lifeline element with classifier that has defined attributes, click on the drop-down arrow in the Assign to field and select an appropriate attribute name. The Message reflects the attributes from the source Class. You cannot add further attributes to the source Class here - if no appropriate attribute is listed, open the element Properties dialog and add the required attribute.

Otherwise, if required, type the name of the object to assign the message flow to."

The note refers to one field when it actually applies to two. I hope this resolves the confusion.
Best Regards, Roy

dmf

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Sequence Diagram Attribute List Message Dropdo
« Reply #2 on: September 16, 2008, 12:24:12 pm »
Thanks RoyC, you're a champion!  I should have tried the other dropdowns.