- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 138字
- 2021-07-02 22:42:06
UML class diagrams
Unified modeling language (UML) is a standard developed by the Object Management Group (OMG). UML diagrams are widely used in modeling software solutions, and there are several types of UML diagrams for different modeling purposes including class, use case, activity, and implementation diagrams.
A class diagram can represent several types of associations, that is, the relationship between classes. They can depict attributes as well as methods. An ER diagram can be easily translated into a UML class diagram. UML class diagrams also have the following advantages:
- Code reverse engineering: The database schema can be easily reversed to generate a UML class diagram
- Modeling extended relational database objects: Modern relational databases have several object types such as sequences, views, indexes, functions, and stored procedures. UML class diagrams have the capability to represent these objects types
推薦閱讀
- Cinema 4D R13 Cookbook
- 大數(shù)據(jù)專業(yè)英語
- Getting Started with Containerization
- 城市道路交通主動控制技術(shù)
- CentOS 8 Essentials
- 變頻器、軟啟動器及PLC實用技術(shù)260問
- 激光選區(qū)熔化3D打印技術(shù)
- Mastering Geospatial Analysis with Python
- Instant Slic3r
- C#編程兵書
- 基于元胞自動機的人群疏散系統(tǒng)建模與分析
- x86/x64體系探索及編程
- 瘋狂Java實戰(zhàn)演義
- Linux應(yīng)用程序設(shè)計
- 編程大講壇:Visual Basic核心開發(fā)技術(shù)從入門到精通