问题
Does anyone know how to draw a switch statement in a graphical design?
For example:
If
statement is adiamond shape
Loops are a
square
with acircle
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