UML Studio
by freepdfly
Library Management System
File
Edit
View
Diagram
Arrange
Export
Saved
Install App
Export
Association
95%
holds
1
0..*
references
1
0..*
Student
- studentId: string
- name: string
+ borrowBook(b: Book): IssueRecord
Use Case
Book
- isbn: string
- title: string
- isAvailable: boolean
+ checkAvailability(): boolean
IssueRecord
- issueDate: Date
- dueDate: Date
- fineAmount: number
+ returnBook(): void
A
Shapes
Model
Props