分类模块类图
2016-04-13 00:18:40 2 举报
分类模块类图是一种用于描述系统中各个类及其相互关系的图形表示。它通常包括以下几个部分: 1. 类:用矩形表示,矩形中写明类名。 2. 属性:用椭圆形表示,椭圆中写明属性名。 3. 方法:用圆形表示,圆中写明方法名。 4. 关系:用直线连接不同的类,直线上标注关系类型(如继承、关联、依赖等)。 分类模块类图能够帮助开发人员更好地理解系统的结构和功能,从而更有效地进行设计和开发。它是软件开发过程中不可或缺的重要工具。
作者其他创作
大纲/内容
- viewDidLoad:():void- configUI:():void- getCategoryDataInfo:():void- getTemplateDataInfo:():void- filterWithSize:(CGSize):void- orderTemplateByType:(NSInteger):void- tableView:(UITableView *) heightForRowAtIndexPath:(NSIndexPath *) :CGFloat- tableView:(UITableView *) heightForHeaderInSection:(NSInteger) :CGFloat- tableView:(UITableView *) didSelectRowAtIndexPath:(NSIndexPath *) :void- tableView:(UITableView *) numberOfRowsInSection:(NSInteger) :NSInteger- tableView:(UITableView *) cellForRowAtIndexPath:(NSIndexPath *) :UITableViewCell - collectionView:(UICollectionView *) numberOfItemsInSection:(NSInteger) : NSInteger- collectionView:(UICollectionView *) cellForItemAtIndexPath:(NSIndexPath *): UICollectionViewCell- collectionView:(UICollectionView *) didSelectItemAtIndexPath:(NSIndexPath *):void
DataBaseManager
+ shareDbManager:():DataBaseManager+ insertDataIntoTable:(NSMutableDictionary *) type:(NSInteger) :void+ deleteDataFromTable:(NSString *) type:(NSInteger) :void+ modifyData:(NSMutableDictionary *) type:(NSInteger) : void+ searchDataWithType:(NSInteger) :NSInteger
ProductCategoryModel
+ categoryId:NSString+ categoryName:NSString
ProductTemplateModel
+ categoryId:NSString+ categoryName:NSString+ templateId:NSString+ templateName:NSString+ updateTime:NSString+ templateWidth:NSString+ templateHeight:NSString+ templateIconUrl:NSString+ templatePrice:NSString
ProductCategoryViewController
- categoryModel:ProductCategoryModel- templateModel:ProductTemplateModel- categoryDataArray:NSMutableArray- templateDataArray:NSMutableArray- templateSize:CGSize- templateOrder:NSInteger
0 条评论
下一页