Is there any possible way to create component port in the component diagram?
If port has to be attached to only one arrow, its easy, because I can use #--
arrow.
interface y
[x] #- y
The problem is, if I try to attach to arrows to one port. I tried to use rectangle
, but its not on the border then.
rectangle " " as P
[Component] - P
interface I1
interface I2
P - I1
P -- I2
Do you know any better workarounds?