Iteration with loop and break

This is a sequence diagram example that uses iteration with loop and break.

loop allows you to model iteration. When the break guard condition evaluates to true, the break operand executes, and the loop terminates,

Import into your Project

Posted by: Ricardo Poole