0% found this document useful (0 votes)
40 views2 pages

Class Diagram

The document outlines the functionalities of an Admin Web Server, including user management, product item handling, and search history tracking. It also describes the structure and purpose of class diagrams in object-oriented modeling, detailing how classes are represented and their attributes and methods. Additionally, it emphasizes the importance of class diagrams in both conceptual and detailed system design.

Uploaded by

bhavanihani2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views2 pages

Class Diagram

The document outlines the functionalities of an Admin Web Server, including user management, product item handling, and search history tracking. It also describes the structure and purpose of class diagrams in object-oriented modeling, detailing how classes are represented and their attributes and methods. Additionally, it emphasizes the importance of class diagrams in both conceptual and detailed system design.

Uploaded by

bhavanihani2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Admin Web Server

View Users and authorize, Add


Products Item with category and sub
Methods category, View all Products Item with
rank and comments, View Top-K
Utility item sets keywords, View all
products in terms of Construction of
KP-Tree, Display all high utility
products, List All Search History, Find
Top K products results in Chat
Members
Users, Products, History, Username,
Product Name, Username

User & Author Login Remote User

Login, Register, Reset Methods Register, Reset, Search


Methods

Members User Name, Name, Password, DOB,


Members
Gender, Address, City,
Country, Email, Mobile,
History, Post

End User
View your profile, Search products
Methods by keyword and display exact
products and also display related
products, view and make comment,
View all products in KP-Tree Format,
View my search History, Find Top K
item and item sets

User Name, Product name, search,


View, Display
Members
The class diagram is the main building block of object oriented modeling. It is used both for general conceptual
modeling of the systematic of the application, and for detailed modeling translating the models
into programming code. Class diagrams can also be used for modeling. The classes in a class diagram represent
both the main objects, interactions in the application and the classes to be programmed.

In the diagram, classes are represented with boxes which contain three parts

 The upper part holds the name of the class


 The middle part contains the attributes of the class
 The bottom part gives the methods or operations the class can take or undertake

In the design of a system, a number of classes are identified and grouped together in a class diagram which
helps to determine the static relations between those objects. With detailed modeling, the classes of the
conceptual design are often split into a number of subclasses.

You might also like