Something like class association in component diagrams

0 votes
asked Nov 29, 2019 in Question / help by ezgz (120 points)

Is there a way to do something like class association in component diagrams. For example, this diagram (borrowed from here: https://stackoverflow.com/questions/52203260/plantuml-class-diagram-with-multiple-children-any-way-to-bifurcate-the-arrow):

@startuml
skinparam linetype ortho
class A
together {
  class B
  class C
}
A <-- C
B -- (A, C)
@enduml

In this, the links between B and C connect before joining with A. I'd like to be able to do something similar in a component diagram.

Is this possible?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...