体系结构类图
2016-05-15 16:56:40 2 举报
体系结构类图是一种用于描述软件系统结构的图形表示方法,它展示了系统中各个组件之间的关系和交互。在体系结构类图中,我们可以看到系统中的主要组件(如模块、类、接口等)以及它们之间的依赖关系、继承关系、实现关系等。此外,体系结构类图还可以帮助我们分析和设计系统的动态行为,例如消息传递、事件触发等。总之,体系结构类图是一种非常有用的工具,它可以帮助我们更好地理解和设计复杂的软件系统。
作者其他创作
大纲/内容
UserData
-userList:List
+modifyUserData()+addUserData()+deletUserData()+findUserData()
PayCart
customer:CustomerproductInfo:ArrayList
+selectProducts()+purchaseCart()+editCart()
ProductData
-productList:List
+modifyProductData()+addProductData()+deletProductData()+findProductData()
ShoppingCart
products:ArrayList
+addProduct()+deleteProduct()
TradeData
-productList:List-user:User
+getCustomData()+setCustomData()+getProductData()+setProductData()
CustomInfo
customs:ArrayList
+modifyInfo()+logout()
Comment
comments:ArrayListcomment:ArrayList
+commentTrade()+deleteComment()+modifyComment()
Customer
- function:List-handler:Handler
+initView()+parseIntent()+initViewPageer()+initListener()
ExceptionHandler
+dbRestore()+exceptionTypeRecord()
ReleaseTrade
trades:ArrayListcustomTradeInfo:ArrayList
+releaseTrade()+ModifyTrade()+deleteTrade()+searchTrade()
TradedataAnalyse
customerTrade:ArrayListproductTrade:ArrayList
+tradeAnalyse()
ProductDataAnalyse
ProdataData:ArrayList
+priceAnalyse()+interestAnalyse()
PayProduct
ProductInfo:List
+selectProduct()+payProduct()+browseProduct()+refundBills()
CustomAccount
customProduct:ArrayListcustomMonetory:
+recharge()+withdraw()
Trade
-functions:List-handler:Handler-id
Administrator
- function:List-handler:Handler-id
0 条评论
下一页