Another convenience is a large set of building blocks - controls. At the same time, complex controls (for example, a multi-column table or a tree) are not more complicated than simple ones (buttons or labels). Who tried to draw in Vizio a tree, will understand me.     <uml>
        Alice -> Bob: Authentication Request
        Bob -> Alice: Authentication Response
     </ uml>
 All chart types are supported (unlike many other free programs that only know class diagrams and sequences). This, of course, is not a tool for serious UML design, with generating source code. But quite enough to illustrate the design decisions. One picture is worth hundreds of words.Source: https://habr.com/ru/post/85613/
All Articles