Book a Demo

Author Topic: Shallow Copy Sequence Diagrams  (Read 2580 times)

rmfought

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Shallow Copy Sequence Diagrams
« on: March 30, 2005, 10:50:37 am »
I am trying to shallow copy a sequence diagram with about 8 or so participants, but no matter what I try all the participants are duplicated.  I need to make a lot of sequence diagrams with the same participants, and I really don't need umpteen copies of them floating around.  Any ideas?

Thanks,
Rich

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: Shallow Copy Sequence Diagrams
« Reply #1 on: March 30, 2005, 03:25:23 pm »
Its because the elements in the seq diags are considered as instances.  I agree its painful - espcially when you do what I did and create all 16 alts in the same package..... :(
However, having got used to it I can now see the benefits. I can muck around as I like with the instances and only affect the classifiers when I get it right.

bruce
"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.

rmfought

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Shallow Copy Sequence Diagrams
« Reply #2 on: March 31, 2005, 06:49:34 am »
Ah, I see - thanks for the response!