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