Step I: Initializing the ModelSwarm
int matrix[2][2]={{1,5},{0,3}};
@implementation ModelSwarm
+createBegin: (id) aZone {
ModelSwarm * obj;
obj = [super createBegin:aZone];
return obj;
}
-createEnd {
return [super createEnd];
}
1
2
3
4
Previous slide
Next slide
Back to first slide
View graphic version