- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Internet Chat System Class Diagram describes the structure of a Internet Chat System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Internet Chat System are Individuals, Groups, Conference, Records, Notifications, Status.
Classes of Internet Chat System Class Diagram:
- Individuals Class : Manage all the operations of Individuals
- Groups Class : Manage all the operations of Groups
- Conference Class : Manage all the operations of Conference
- Records Class : Manage all the operations of Records
- Notifications Class : Manage all the operations of Notifications
- Status Class : Manage all the operations of Status
Classes and their attributes of Internet Chat System Class Diagram:
- Individuals Attributes : individual_id, individual_name, individual_type, individual_description
- Groups Attributes : group_id, group_name, group_type, group_description
- Conference Attributes : conference_id, conference_name, conference_type, conference_description
- Records Attributes : record_id, record_name, record_type, record_description
- Notifications Attributes : notification_id, notification_name, notification_type, notification_description
- Status Attributes : status_id, status_name, status_type, status_description
Classes and their methods of Internet Chat System Class Diagram:
- Individuals Methods : addIndividuals(), editIndividuals(), deleteIndividuals(), updateIndividuals(), saveIndividuals(), searchIndividuals()
- Groups Methods : addGroups(), editGroups(), deleteGroups(), updateGroups(), saveGroups(), searchGroups()
- Conference Methods : addConference(), editConference(), deleteConference(), updateConference(), saveConference(), searchConference()
- Records Methods : addRecords(), editRecords(), deleteRecords(), updateRecords(), saveRecords(), searchRecords()
- Notifications Methods : addNotifications(), editNotifications(), deleteNotifications(), updateNotifications(), saveNotifications(), searchNotifications()
- Status Methods : addStatus(), editStatus(), deleteStatus(), updateStatus(), saveStatus(), searchStatus()
Class Diagram of Internet Chat System :
Class Diagram Image: