oscarlai1998 / pe

0 stars 0 forks source link

Some sequence diagrams do not have a return method after class is activated. #22

Open oscarlai1998 opened 3 years ago

oscarlai1998 commented 3 years ago

For example, in the Delete Menu sequence diagram, The DeleteMenuCommand class calls Ui using showMenuNotDeleted(). But the Ui does not have a return method. In arrows 8, 11, 14, 20 etc. There are no return methods after the class is activated. Screenshot 2021-04-16 at 5.48.31 PM.png

nus-pe-bot commented 3 years ago

Team's Response

Return arrows don't have to return any value, they can just be used to show the flow of the program and the return of the function.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]