2

What is the correct way to name a multiobject in UML (class diagram). Is singular or plural form used for the name, stereotype, etc.?

Example:
Plural vs Singular

Christoph Rüegg
  • 4,626
  • 1
  • 20
  • 34
tschaena
  • 302
  • 3
  • 9

1 Answers1

4

Use singular. The multiplicity is often verified by the diagram associations.

See a similar answer here in Stack Overflow: https://stackoverflow.com/questions/15032474/how-to-show-multiplicities-in-uml-object-diagrams

Community
  • 1
  • 1
Vinicius Zani
  • 479
  • 4
  • 5
  • Thanks. Even though the other question is about instance diagrams I can see that this kind of "best practice" is applicable to static class diagrams as well (which are my primary focus). – tschaena Nov 27 '15 at 15:42