Activity Diagram Beta

0 votes
asked Feb 18, 2013 in Wanted features by anonymous
Hi,

I really like plantuml. Thanks for making it available to the public.

Just a suggestion for the new Activity Diagram syntax. Instead of

If (...) then (...)

else

endif

Could we have:

if (...) is (....) then

else

endif

 

Cheers,

Ben

1 Answer

0 votes
answered Feb 18, 2013 by plantuml (294,960 points)

Hello,
That's a very good idea!
Users, with their ideas, have really contributed to PlantUML's success. Many thanks!

So, starting with version V7958, the following syntax is possible:

if (...) then (...)
if (...) is (...) then
if (...) equals (...) then

Other suggestions are welcome!

Regards,
Arnaud

...