How do I draw a switch statement in a graphical design?

我们两清 提交于 2019-12-20 10:33:55

问题


Does anyone know how to draw a switch statement in a graphical design?

For example:

If statement is a diamond shape

Loops are a square with a circle inside....?


Also is there a technical name for this kind of graphical representation? I have searched the internet and Java graphical designs do not seem to come up at all.


回答1:


Here's how a switch statement is represented. A simple Switch Flowchart search on the internet can give you this result.



来源:https://stackoverflow.com/questions/22067090/how-do-i-draw-a-switch-statement-in-a-graphical-design

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!