UML类图——装饰者模式
2019-05-10 15:06:20 0 举报
uml2
作者其他创作
大纲/内容
UI
- components- model
+ render()+ request(message)+ modify(change)
Post
- datamodel
Process
- trades
+ addTrade(trade)+ stopTrade(trade)
Communication
- connection- object
+ connect()+ send()+ receive()+ abort()
Message
- connections- datamodel
Trade
- state- seller- buyer- product
+ begin(detail)+ check()+ stop()
Search
- datamodel- keyword- categories
+ getResult(query)+ operate(operation)+ select(product)
User
- username- password- contacts- email- balance- history- products
+ changeInfo(info)+ trade(product)
Product
- price- detail- state
+ watch()
DataModel
- database
+ send(request)
UIModel
- UI
+ process(message)
0 条评论
下一页