- 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
推薦閱讀
- 課課通計算機原理
- 高效能辦公必修課:Word圖文處理
- Learning Apache Cassandra(Second Edition)
- 電腦上網直通車
- 人工智能與人工生命
- Spark大數據技術與應用
- Kubernetes for Serverless Applications
- 網站前臺設計綜合實訓
- Dreamweaver CS6精彩網頁制作與網站建設
- Machine Learning Algorithms(Second Edition)
- 無人駕駛感知智能
- 網絡安全概論
- Generative Adversarial Networks Projects
- Mastering Machine Learning with R
- ARM嵌入式開發實例