Pages

Wednesday, September 15, 2010

Class Diagrams of Online Forum

The purpose of a class diagram is to depict the classes within a model. In an object oriented application, classes have attributes (member variables), operations (member functions) and relationships with other classes. The UML class diagram can depict all these things quite easily.

Below are the main classes, used in each sub systems of the system:

Class Involved in Password Recovery
2. Search:
Since search uses the full text indexing to index the articles and the forum post it doesn’t have to use other classes to search only the search is enough.



Class Diagram for Search