
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: SOFTWARE ENGINEERING METHODOLOGY; Subject: Computer Science; University: Rice University; Term: Unknown 1989;
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Client Model The true ClientModel is ClientModel. I don’t think SkyNetUserModel is being used by anyone. In all honesty, ClientModel doesn’t really do much. It just delegates to the network adapter or to the view adapter. The connection to the network allows the client model to talk to the server model. The connection to the view allows the client model to give the view data feeds. The ClientModel is initialized by the Controller. The Controller sets up everything that the client needs to run the program. The controller starts up the view, model, and network on the client side. The client can even use SkyNet without a Server connection.