HomepageUML Diagrams vpadmin in Sequence DiagramUML Diagrams Branching with opt and alt 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 Sequence Diagram UML Diagrams Posted by: Steven Guarino Related posts:Web StoreObserverFrom Use Case to System-Level Sequence DiagramState / Condition lifeline vs General Value lifelineSales and Order ManagementFactory Method Next Read: Iteration with loop and break »