nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

Potential multiple calls to a same method in a sequence diagram #399

Closed WM71811 closed 4 years ago

WM71811 commented 4 years ago

For a sequence diagram in DG, if depending on the situation, a method may be called once only or for multiple times, it is okay to draw the diagram as if the method is called only once and state the assumption that this diagram assumes the method is called once?

Thank you!

damithc commented 4 years ago

Sure, you can (and should) simplify UML diagrams, as long as the diagram still communicates the important points.

WM71811 commented 4 years ago

Noted, thank you so much!