UML static
2016-04-08 07:59:33 2 举报
UML静态建模是一种在软件开发过程中用于描述系统结构和组件关系的图形化方法。它关注于系统的静态方面,如类、对象、接口、包和用例等。静态建模有助于开发人员更好地理解系统的组成部分以及它们之间的关系,从而为后续的动态建模和实现提供基础。 在UML静态建模中,类图是最常用的工具之一,用于表示系统中的类及其属性和方法。类图中的类通常按照层次结构排列,上层类代表了更一般的概念,下层类则代表了具体的实现。此外,类之间的关联关系(如继承、组合和聚合)也可以通过类图进行表示。
作者其他创作
大纲/内容
*
Shopping_List
ArrayList item
+ get_list()- add(Item)- delete(Item)
filter
Store
+ String store_id+ String name+ String location
+ get_location()+ search_item(keyword)
0...
1
choose
has
Navigation
+ route+ distance
+ get route()+ start_nav()
1...*
Item
+ String name+ String item_id+ price+ location+ img_url photo+ text description+ string shelf_id
+ get_iteminform()+ get_loc()+get_price()+ get_img()+ get_desc()
User
+ String user_name+ String password+ String userid+ imgurl avatar
fetch
0 条评论
下一页