- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 92字
- 2021-06-24 14:57:56
Object diagrams
Object diagrams have an unfortunate name, as it does not aptly describe this UML diagram's purpose. The object diagram visually communicates a set of class instances. In fact, the instances have mostly optional components and are often only partially depicted. Therefore, a more apt name for this diagram might be a loosely defined instance UML diagram.
The following example depicts four objects and their hierarchy. Because each object is an instance of a class, it is underlined and followed by a colon and the class name:

A sample object diagram
推薦閱讀
- 數據庫基礎教程(SQL Server平臺)
- Mockito Cookbook
- Dependency Injection with AngularJS
- 智能數據分析:入門、實戰與平臺構建
- 基于Apache CXF構建SOA應用
- 智能數據時代:企業大數據戰略與實戰
- Oracle數據庫管理、開發與實踐
- Spark分布式處理實戰
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 區塊鏈+:落地場景與應用實戰
- R Machine Learning Essentials
- Python 3爬蟲、數據清洗與可視化實戰
- 大數據技術體系詳解:原理、架構與實踐
- Artificial Intelligence for Big Data
- 深入理解Flink:實時大數據處理實踐