The following is a UML sequence diagram.
Posted: Sun Jul 03, 2022 11:24 am
The following is a UML sequence diagram.
sd view video online w:WebBrowser clickOnLink(v) «create>> processURL_Request(w, v) confirm(aPlayer) confirmation aPlayer: VideoPlayer «create»> initializePlayer() VideoViewer loop (has more frame f) close() showFrame(f) -X WebServer receiveFrame(f) stop() playVideo(w, v) VideoServer
(1) The system architecture as used in the above design is (5 points) a) client/server, b) peer-to-peer, c) layered architecture. d) None of the above (2) Describe the sequence of events captured in the diagram step-by-step. For each step, explicitly describe "Which object sends what message to which object" [the first step is provided as an example]. (10 points) a) A user triggers the clickOnLink(v) operation on the webbrowser; b) [continue from here]
sd view video online w:WebBrowser clickOnLink(v) «create>> processURL_Request(w, v) confirm(aPlayer) confirmation aPlayer: VideoPlayer «create»> initializePlayer() VideoViewer loop (has more frame f) close() showFrame(f) -X WebServer receiveFrame(f) stop() playVideo(w, v) VideoServer
(1) The system architecture as used in the above design is (5 points) a) client/server, b) peer-to-peer, c) layered architecture. d) None of the above (2) Describe the sequence of events captured in the diagram step-by-step. For each step, explicitly describe "Which object sends what message to which object" [the first step is provided as an example]. (10 points) a) A user triggers the clickOnLink(v) operation on the webbrowser; b) [continue from here]