Library Management System (UML Class Diagram)
The example describes a library management system domain model using a UML class diagram.
Class Diagram for Library Management System
Library management system provides support for a library, including book and member management. It logs and processes book lending.
Domain Classes and Enumerations
- Book (Class)
- Genre (Enumeration) - adventure, contemporary, fantasy, horror, mystery, romance, thriller
- Author (Class)
- BookCopy (Class)
- BookEdition (Class)
- Publisher (Class)
- Member (Class)
- BookLoanLog (Class)
- MemberType (Enumeration) - standard, VIP
- Bookshelf (Class)
- Department (Class)
- Bookcase (Class)
- Reminder (Class)
Library Management System - UML Class Diagram
How to Draw UML Class Diagram
If you want to learn how to create custom diagrams of this kind, then read our UML class diagram tutorial. It explains the symbols used in the class diagram and shows you how to draw one.
Download UML Tool
If you are new here, you should download Software Ideas Modeler first. It allows you to open the UML diagrams and create new ones:
Prabhakarsen 29 December 2020 7:05:57
Library management system