In a component diagram, can multiple required interfaces (sockets) connect to one provided interface (ball)?
I’m designing a component diagram for a coffee machine. There are situations where multiple required interfaces of multiple components connect to a single provided interface of a component. Is it correct to do that?