Book a Demo

Author Topic: Object representation inconsistent  (Read 2974 times)

cpns

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Object representation inconsistent
« on: July 12, 2007, 07:57:10 am »
In EA, on an object diagram, the <object name>:<classifier> label is underlined, whereas on the communication diagram they are not. Is this correct, and if so, what is the purpose of the distinction?

I note that the user manual shows objects on communication diagrams with the underline!

I also found that thomaskilian raised a similar issue, albeit several years ago, but the conclusion seemed to be that the underline should be there.

Should it not also be there for objects on sequence diagrams (in fact objects anywhere)?

Am I just missing some preference selection possibly?

Clifford
« Last Edit: July 12, 2007, 07:58:05 am by cpns »

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Object representation inconsistent
« Reply #1 on: July 12, 2007, 01:58:01 pm »
Quote
In EA, on an object diagram, the <object name>:<classifier> label is underlined, whereas on the communication diagram they are not. Is this correct
Yes. Have a look in the UML 2.1 specifications under "InstanceSpecification" and "Lifeline" for full descriptions of the notation, along with examples of both.

Quote
I note that the user manual shows objects on communication diagrams with the underline!
The page that describes communication diagrams is one of many that have been updated for EA 7.0.
« Last Edit: July 12, 2007, 01:58:31 pm by KP »
The Sparx Team
[email protected]

cpns

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: Object representation inconsistent
« Reply #2 on: July 13, 2007, 03:30:09 am »
Thanks for the reply.