Communication entre processus : un client, l’autre serveur, qui coopèrent. Cette coopération s’effectue sous la forme d’un échange de données. Le client reçoit les résultats finaux délivrés par l...
Inspect and Protect with ATLAS Client Checklist for Lightning Protection SystemsFull description
sap client
Description complète
87848170-Client
Full description
Full description
Descripción completa
Descripción: Email templates every business needs
Full description
Descripción completa
bestDeskripsi lengkap
Full description
Ex. No 9 EMAIL CLIENT SYSTEM
CONTENTS
1. ANALYSIS
1.1 Identifying the Actors 1.2 Identifying the Use Cases 2. REQUIREMENTS
2.1 System Requirements 2.2 Software Requirements 3. DESIGN
3.1 Use Case Diagram 3.2 Class Diagram 3.3 Sequence Diagram 3.4 Collaboration Diagram 3.5 Activity Diagram 3.6 State Diagram
1
ANALYSIS
Identifying the Actors Administrator
\u2022
Course
\u2022
Professor
\u2022
Student
\u2022
Billing
\u2022
Identifying the Use Cases Maintain Student Information
\u2022
Maintain Subject Information
\u2022
Done Registration
\u2022
View Report Card
\u2022
Register Course
\u2022
Select subjects to teach
\u2022
Check for validity
\u2022
Submit grades
\u2022
REQUIREMENTS
System Requirements Processor : Pentium IV 1.7 RAM : 128 MB Hard Disk : 40 GB Software Requirements CASE Tool : Rational Rose Language : Visual Basic in Java Front End : Visual Basic , Visual C++ Back End : MS Access , Oracle Testing : Win Runner
2
USE CASE DIAGRAM
3
CLASS DIAGRAM
SEQUENCE DIAGRAM
4
5
COLLABORATION DIAGRAM
6
ACTIVITY DIAGRAM
7
STATE CHART DIAGRAM
8
CLASS CODE
public class client() {
}
String user id public password() { }
public class idAccount() { String id String name public create() { } public login() { } public idAccount() { } public class website() {
}
String address String state public website() {
} public class composer() {
}
Byte mes Byte text Byte images
9
public edit() { } public send() { } public composer() { }
}
public class checkmail() { String readReply public check() { } public delete() { }
}
RESULT:-
Thus the UML models for the Email Client System have been developed and verified.