Class diagram in tree notation

+3 votes
asked Jun 30, 2017 in Wanted features by anonymous

I  have

@startuml

abstract class ClassA{

}

class ClassB extends ClassA{

}

class ClassC extends ClassA{

}

@enduml

I get a Picture with two arrows, but I want a tree notation like this

tree notation

Explain here:https://www.ibm.com/developerworks/rational/library/content/RationalEdge/sep04/bell/

 

1 Answer

0 votes
answered Jan 26, 2018 by Anthony-Gaudino (5,720 points)
Please see http://forum.plantuml.net/6818 for temporary solution.
...