Class Diagram
2017-01-06 11:39:43 0 举报
类图(Class Diagram)是面向对象编程中一种用于表示系统中的类、接口、关联关系、依赖关系等结构的图形化工具。它展示了系统中各个类的属性、方法以及它们之间的关系,有助于开发者更好地理解系统的结构和设计。类图中通常包括以下几个元素:类(Class)、接口(Interface)、关联关系(Association)、聚合关系(Aggregation)、组合关系(Composition)、继承关系(Inheritance)和依赖关系(Dependency)。通过类图,开发者可以更容易地进行代码编写、维护和重构。
作者其他创作
大纲/内容
ClearingViewController
- viewModels:NSMutableArray- clearingView:UIView- clearingViewModel:ClearingViewModel
- initViewModels()- calulateMoney()- requestNetWork()- configViews()
ClearingViewModel
- configLocation()- configTime()- ...- configMoney()
ClearingView
- subViews:NSMutableArray- title:NSString- ...
ClearingModel
- location:NSIndex- time:NSString- ...- Money:NSString
0 条评论
下一页