服务器端类图设计
2016-05-21 18:03:34 0 举报
服务器端类图设计主要包含以下几个部分:服务器接口、服务器实现、客户端接口和客户端实现。服务器接口定义了服务器提供的所有服务,服务器实现负责实现这些服务。客户端接口定义了客户端可以调用的所有服务,客户端实现负责调用这些服务并处理结果。此外,还可能包含一些辅助类,如数据库连接池、日志记录器等。整个系统通过这些类之间的交互来实现功能的完整和高效。
作者其他创作
大纲/内容
coinDepositRequest
UserAction
+accountOpen():
coinCheckRequest
CoinService
+coinCreate()+coinCheck()+coinDeposit()
CoinAction
+coinCreate():+coinCheck():+coinDeposit():
accountOpenRequest
coinCreateRequest
UserService
+accountFind()+accountOpen()
CoinDao
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
+ queryAll(params):returnType+ queryById():+ insert(params)+ edit()+ delete()
UserDao
AuthenticationService
+authentication()
0 条评论
下一页
为你推荐
查看更多