Client Model - Software Engineering Methodology - Lecture Notes | COMP 410, Exams of Software Engineering

Material Type: Exam; Class: SOFTWARE ENGINEERING METHODOLOGY; Subject: Computer Science; University: Rice University; Term: Unknown 1989;

Typology: Exams

Pre 2010

Uploaded on 08/18/2009

koofers-user-qc2
koofers-user-qc2 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
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.

Partial preview of the text

Download Client Model - Software Engineering Methodology - Lecture Notes | COMP 410 and more Exams Software Engineering in PDF only on Docsity!

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.