Author Topic: Collaboration diagram: small change  (Read 3480 times)

cris

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • <<newbie user>>
    • View Profile
Collaboration diagram: small change
« on: October 07, 2003, 12:23:34 am »
Hi

The messages on the collaboration diagrams look like:
1.4 val:=Func()
1.5 *[each]: dosomething()

i think that UML standard states that there is always a ':' . Its ok on loops, but i think its wrong on normal messages, and it should be
1.4 : val:=Func()

excuses if im wrong.

I have also noticed that when i see collabotarions diagrams from previous days, the loop condition is not on the diagram thougth it is on the message details,
and sometimes some messages or relations are not where i put them (version 3.60.637).

Thanks!