jzihao97 / pe

0 stars 0 forks source link

Logic component diagram error #17

Open jzihao97 opened 3 years ago

jzihao97 commented 3 years ago

image.png

I feel that this diagram may have some error in having an arrow onto the abstract Command. If the command is abstract, i do not see a way you can create the object and execute it.

nus-pe-bot commented 3 years ago

Team's Response

image.png

As seen in AB3 Developer Guide, the Command is abstract as well but it can be executed and Command is the parent class of all the other Command classes.

image.png

As seen in our code, we are calling the execute method from the Command class.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]