产品模块类图-err
2018-08-19 18:02:27 5 举报
产品模块类图是一种用于描述软件系统中各个组件之间关系的图形表示方法。它展示了系统中各个模块的结构和功能,以及它们之间的依赖关系和交互方式。通过产品模块类图,开发人员可以更好地理解系统的设计和实现,有助于提高代码的可读性和可维护性。同时,产品模块类图也有助于团队成员之间的沟通和协作,确保项目顺利进行。总之,产品模块类图是软件开发过程中不可或缺的工具,对于提高软件质量和开发效率具有重要意义。
作者其他创作
大纲/内容
DetailInfomation详细信息
+coomodDetailInfo:type=View 商品详细信息+btn_buy = type=Button 下单
Classify分类视图
+ FirstName:type=String 第一分类名称+ SecondName:type=String 第二分类名称+commodityList :type = ListView 商品列表
+setOnItemClickListener() : return type=void 视图的跳转监听
CommodityAdapter产品列表项
+image:type =ImageView图片+title:type = String标题+ content:type=String商品简介+ discountPrice:type=double 折扣价格+ oriPrice:type=double 原价+ islike:type=boolean是否收藏+ appraiseMark:type=double评价星+ orderNum:type=int 订购数
+getView():return type=View 返回列表项
包
数据库中产品栏表
CommodityList产品列表
+commodityList :type = ListView 商品列表+ commodityAdapter:type=BaseAdapter 列表项+ endCommodityAdapter:type=BaseAdapter 截止产品列表项
+setCommodityList:return type= void 设置列表+getCommodityList:return type= ListView设置列表
End截止视图
+commodityList :type = ListView 商品列表
Commodity产品
+commodityList :type = ListView 商品列表+ hotImage :type=ImageView 热销商品展示图+ btn_classify:type=Button 跳转分类视图+ btn_end : type=Button 跳转截止视图
+initCommponent() :return type=void 初始化组件+setOnItemClickListener() : return type=void 视图的跳转监听
EndCommodityAdapter截止产品列表项
+image:type =ImageView图片+title:type = String标题+ content:type=String商品简介+ discountPrice:type=double 折扣价格+ oriPrice:type=double 原价+ islike:type=boolean是否收藏+ appraiseMark:type=double评价星+ orderNum:type=int 订购数+ endTime:type=String 截止时间
0 条评论
下一页
为你推荐
查看更多