设计模式UML关系图
2022-08-28 15:30:28 57 举报
设计模式UML关系图
作者其他创作
大纲/内容
Body
- name : String
1..10..*1..*0...1
1
关联
BusDriver
- bus : Bus
依赖关系
Hat
Driver
- car : Car
+ addCar(Driver driver)
- clothes : Clothes- hat : Hat
+ setClothes(Clothes clothes)+ setHat(Hat hat)+ show()
Head
<<Interface>>Human
- head : Head- body : Body
+ setHead(Head head)+ setBody(Body body)+display()
Oil
- type : String
依赖
Car
- driver : Driver
+ addDriver(Driver driver)
实现
<<Interface>>Vehicle
+ run()
继承
组合关系
组合
聚合关系
继承关系
Clothes
Bus
关联关系
- name
+ beforeRun(Oil oil)+ run()
Taxi
聚合
Ship
Human
+ setHead(Head head)+ setBody(Body body)+ display()
实现关系
+ beforeRun(Oil oil)
0 条评论
下一页