SupplyCenters类参考

所有成员的列表。

公有成员

(id) - initWithSupplyCenters:
(int) - getCount
 获取资源供给中心点的个数
(SupplyCenter *) - get:
 获取此资源供给中心集合对象中指定序号的资源供给中心对象
(void) - setIndex:supplyCenter:
 设置此资源供给中心集合对象中指定序号的资源供给中心对象
(int) - addSupplyCenter:
 添加资源供给中心对象到此集合中,添加成功返回被添加对象的序号
(int) - addRange:
 以数组形式向集合中添加资源供给中心对象,添加成功,返回添加的资源供给中心对象的个数
(BOOL) - remove:
 在资源供给中心集合中删除指定序号的资源供给中心对象
(BOOL) - removeRange:count:
 在资源供给中心集合中从指定序号开始,删除指定个数的资源供给中心对象
(void) - clear
 清空集合中的资源供给中心对象
(NSMutableArray *) - toArray
 将资源供给中心集合对象转换为资源供给中心对象数组

成员函数文档

- (int) addRange: (NSArray *)  supplyCenters  

以数组形式向集合中添加资源供给中心对象,添加成功,返回添加的资源供给中心对象的个数

参数:
supplyCenter 待添加的资源供给中心对象
返回:
添加资源供给中心对象的个数
- (int) addSupplyCenter: (SupplyCenter *)  supplyCenter  

添加资源供给中心对象到此集合中,添加成功返回被添加对象的序号

参数:
supplyCenter 待添加的资源供给中心对象
返回:
被添加对象的序号
- (void) clear  

清空集合中的资源供给中心对象

- (SupplyCenter*) get: (int)  index  

获取此资源供给中心集合对象中指定序号的资源供给中心对象

参数:
index 指定的序号
返回:
指定序号的资源供给中心对象
- (int) getCount  

获取资源供给中心点的个数

- (id) initWithSupplyCenters: (SupplyCenters *)  supplyCenters  
- (BOOL) remove: (int)  index  

在资源供给中心集合中删除指定序号的资源供给中心对象

参数:
index 指定的序号
返回:
删除成功返回 true,否则返回 false
- (BOOL) removeRange: (int)  index
count: (int)  count 

在资源供给中心集合中从指定序号开始,删除指定个数的资源供给中心对象

参数:
index 指定的序号
count 待删除的资源供给中心个数
返回:
被成功删除的对象的个数
- (void) setIndex: (int)  index
supplyCenter: (SupplyCenter *)  supplyCenter 

设置此资源供给中心集合对象中指定序号的资源供给中心对象

参数:
index 指定中心点的索引
supplyCenter 中心点信息
- (NSMutableArray *) toArray  

将资源供给中心集合对象转换为资源供给中心对象数组

返回:
资源供给中心对象数组

该类的文档由以下文件生成: