uml.md - cccnqu/se106a GitHub Wiki
UML
簡介
- 投影片: https://www.slideshare.net/tuanhaparis/uml-unified-modeling-language-54157690
- UML超新手入門 -- http://www.codedata.com.tw/java/michael
- (1)UML概論 -- http://www.codedata.com.tw/java/umltutorial-01/
- (2)類別圖型 – 類別節點 -- http://www.codedata.com.tw/java/umltutorial-02/
- (3)類別圖型 - 結合關係 -- http://www.codedata.com.tw/java/umltutorial-03/
- (4)套件圖型 - http://www.codedata.com.tw/java/umltutorial-04/
- (5)物件圖型 - http://www.codedata.com.tw/java/umltutorial-05/
- (6)元件圖型 - http://www.codedata.com.tw/java/umltutorial-06/
- (7)佈署圖型 - http://www.codedata.com.tw/java/umltutorial-07/
- (8)循序圖型 - http://www.codedata.com.tw/java/umltutorial-08/
- (9)合作圖型 - http://www.codedata.com.tw/java/umltutorial-09/
- (10)狀態圖型 - http://www.codedata.com.tw/java/umltutorial-10/
- (11)活動圖型 - http://www.codedata.com.tw/java/umltutorial-11/
- https://github.com/macdidi5/UMLTutorial
- 書籍:學習物件導向系統開發的六門課PDF
- 範例: https://www.uml-diagrams.org/index-examples.html
工具
- Plant UML : http://www.plantuml.com/plantuml/ (用 快速文字就可以畫 UML 圖的工具) (讚!)
- https://www.softwareideas.net/
- http://staruml.io/
UML 圖形
- Structural UML diagrams
- Class diagram (* : 類別圖)
- Component diagram (元件圖)
- Composite structure diagram (元件結構圖)
- Deployment diagram (佈署圖)
- Object diagram (物件圖)
- Package diagram (套件圖)
- ...
- Behavioral UML diagrams
- Use case diagram (* : 使用案例圖, 整體系統的行為大架構)
- Sequence diagram (* : 循序圖, 單一行為的細節)
- Activity diagram (活動圖)
- Communication diagram (通訊圖)
- Interaction overview diagram (交談圖)
- State diagram (狀態圖)
- Timing diagram (時序圖)
- ...
Use Case Diagram
Class Diagram
- Class
- Attributes
- Operations
- Relationships : interactions between objects
- https://classroom.udacity.com/courses/ud805/lessons/3664268548/concepts/6816793360923
- Dependencies : X uses Y
- Associations (聯繫) / Aggregations (集合體) : X has a Y
- Generalization : X is a Y
較完整的 Class Diagram 參看:
https://classroom.udacity.com/courses/ud805/lessons/3664268548/concepts/6370686010923
Component Diagram
Deplyment Diagram
Behavioral Diagram
State Transition Diagram
Reference
- http://www.dotspace.idv.tw/Jyemii/umlcolumn/articles/umlwriting/UMLBasics/UMLBasics.htm
- 系統分析與設計 (讚!)
- yUML : http://yuml.me/ (用 快速文字就可以畫 UML 圖的工具) (付費!)
- Plant UML : http://www.plantuml.com/plantuml/ (用 快速文字就可以畫 UML 圖的工具) (讚!)