Book a Demo

Author Topic: In example design model, on Seq diagrams...  (Read 3792 times)

PRaju

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
In example design model, on Seq diagrams...
« on: May 06, 2004, 08:11:11 am »
Hi,

In the sequece diagram named "Select Recipient" under sample "Design Models", the messages "getContact(), insertReceipient(contact)" are grouped in a box and named "{selected contacts}".

what does this mean?

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: In example design model, on Seq diagrams...
« Reply #1 on: May 06, 2004, 04:57:15 pm »
Its an iteration, the message pair is generated for each selected contatc.

B
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

PRaju

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: In example design model, on Seq diagrams...
« Reply #2 on: May 06, 2004, 05:46:54 pm »
But, iteration property is associated with the message (see a message's properties) and it creates a * symbol in the diagram!

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: In example design model, on Seq diagrams...
« Reply #3 on: May 06, 2004, 10:49:29 pm »
It shows that the entire group iterates not a single message.
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

PRaju

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: In example design model, on Seq diagrams...
« Reply #4 on: May 07, 2004, 08:22:06 am »
Ok. But, how to create such message group which iterates?

PRaju

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: In example design model, on Seq diagrams...
« Reply #5 on: May 07, 2004, 11:14:50 am »
Hi,

I figured. It is just a Boundary Element. Not part of UML.

FYI