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:Passenger ServiceCatalogChain of ResponsibilitySelf AssociationHotel ReservationCompleting an Assignment Next Read: Iteration with loop and break »