-1

I'm drawing Use case diagram for my Final year project. I have some activities such as type letters,type symbols, type numbers. Should I put them as one case or three separate cases?

enter image description here

ArK
  • 20,698
  • 67
  • 109
  • 136

1 Answers1

0

UML use cases offer generalization as a relationship type. You can show here only the general "type braille characters" and in another diagram, you might show how that use case has several subtypes.

However, keep it simple. Only do that kind of detailed decomposition if it brings added value to your reader.

observer
  • 2,925
  • 1
  • 19
  • 38