Answer the question
In order to leave comments, you need to log in
How to merge plantuml schema nodes?
There was a question based on the article https://habr.com/post/416077/
I really want to replace the three "choise one" nodes with one.
The current code is this:
start
if (condition one) then (yes)
:choise one;
else (no)
if (condition two) then (no)
:choise one;
elseif (condition three) then (blank)
:choise one;
else (filled)
:choise two;
endif
endif
stop
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question