Conditional Block (UML 1.5)

From RAD Studio
Jump to: navigation, search

Go Up to UML 1.5 Interaction Diagrams

Conditional block statement is a flexible tool to enhance a sequence diagram. The following statements are supported:

  • if
  • else
  • for
  • foreach
  • while
  • do while
  • try
  • catch
  • finally
  • switch
  • case
  • default

See Also