Class diagram with a single split arrow

+1 vote
asked Sep 6, 2018 in Question / help by anonymous

I have learnt to draw class diagrams like this:

  ┌────────┐
  │ Animal │
  └────────┘
      Δ
   ┌──┴───┐
┌──┴──┐┌──┴──┐
│ Cat ││ Dog │
└─────┘└─────┘

Is this possible in PlantUML?

I originally asked about this on StackOverflow

commented Mar 6, 2021 by anonymous
I hope expand function of direction control,like this:
@startuml
class A
class B
A <|-uru- B
@enduml
that means the line up, then right, up

1 Answer

0 votes
answered Nov 27, 2018 by anonymous

already answered on StackOverflow

...