分类模块类图
2016-04-13 00:18:40 0 举报
分类模块类图是一种用于描述系统中各个类及其相互关系的图形表示。它通常包括以下几个部分: 1. 类:用矩形表示,矩形中写明类名。 2. 属性:用下划线连接的单词表示,放在类的下方。 3. 方法:用箭头指向的方法名表示,放在类的下方。 4. 关系:用连线表示,连线两端分别连接两个类。 5. 继承:用空心箭头表示,箭头指向父类。 6. 实现:用实心箭头表示,箭头指向接口。 7. 聚合:用空心菱形表示,菱形两端分别连接两个类。 8. 组合:用实心菱形表示,菱形两端分别连接两个类。
作者其他创作
大纲/内容
- 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
TemplateDetailViewController
ProductCategoryModel
+ categoryId:NSString+ categoryName:NSString
ProductTemplateModel
UITableView
ProductCategoryViewController
- categoryModel:ProductCategoryModel- templateModel:ProductTemplateModel- categoryDataArray:NSMutableArray- templateDataArray:NSMutableArray- templateSize:CGSize- templateOrder:NSInteger
UICollectionView
0 条评论
下一页
为你推荐
查看更多