Hi,
https://sparxsystems.com/enterprise_architect_user_guide/16.1/modeling_fundamentals/virtual_routing.html helps use to "represent one element several times on a diagram".
I have 5 classes: C1, C3, C4, and C5 are all connected to C2:
C1 - C2 - C3
/ \
C4 C5
Now, I would like to duplicate C2 and put it between C4 and C5:
C1 - C2 - C3
C4 - C2 - C5
So, I use Virtual Connector Ends for the relation between C2 and C5. This creates a duplicate of C2 and connects it to C5, but not to C4;
C1 - C2 - C3
/
C4 C2 - C5
The issue now is: how can I connect also C4 to the duplicated C2? Is this possible at all? If not, why?