1

I have a project in which a lot of classes extends and/or implements a class and/or an interface. It already is splitted in logical components, but yet sometimes all of those connections make the diagrams messy.

Is there a way to reduce this number of connections? Something like telling a whole subpackage extends/implements a class/interface?

Thank you very much

user3418803
  • 189
  • 1
  • 7

1 Answers1

0

You can not make a package implement an interface. However, you can leave out the interface from a diagram or suppress the connectors and just place it as a note aside. For example:

enter image description here

could be shown as

enter image description here

qwerty_so
  • 35,448
  • 8
  • 62
  • 86
  • What about extensions? There's no way to do that without breaking a design software capability to generate code? – user3418803 May 05 '17 at 10:39
  • Suppressing connectors in a diagram is a question of presentation, not of the model which still has the connectors. – qwerty_so May 05 '17 at 11:06