Author Topic: UML Singleton notation  (Read 4440 times)

mylesr

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
  • Howdy!!
    • View Profile
UML Singleton notation
« on: August 05, 2005, 08:26:39 am »
The UML notation to indicate that a class is a singleton, according to what I have read, is a numeral "1" in the upper right corner of the class.  Is there a way to accomplish this in EA?  

alexander

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: UML Singleton notation
« Reply #1 on: August 05, 2005, 02:57:42 pm »
Clases have a 'multiplicity' property, look in 'advance properties' by right clicking a class.

mylesr

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
  • Howdy!!
    • View Profile
Re: UML Singleton notation
« Reply #2 on: August 08, 2005, 07:40:34 am »
That worked.  Thanks for the help!