-
vpadmin in Sequence DiagramUML Diagrams
Branching with opt and alt
Related Post
This is a simple sequence diagram example that shows the use of opt and alt.
opt: creates a single branch
if (condition) then
op1()
alt: creates multiple branches
if (condition1) then
op2()
else if (condition2) then
op3()
else
op4()
Import into your Project
Open diagram in Visual Paradigm [?]Copy the URL below, paste it in the Open Project windows of Visual Paradigm and press Enter to open it |
Posted by: Steven Guarino