如何使用with-max在Netlogo中设置一个海龟自己的变量?

时间:2016-02-02 15:42:26

标签: netlogo

我有一个品种工人,他有自己的变量付款和朋友支付,我想把工人的朋友付款设置为附近海龟的最高工资。我尝试了下面这个,但它不太正确。有人可以帮忙吗?

#import <UIKit/UIKit.h>
#import "PastMonthCollectionViewCell.h"
#import "CurrentMonthCollectionViewCell.h"
#import "FutureMonthCollectionViewCell.h"
#import "HighlightedMonthCollectionViewCell.h"

@interface CustomComponent : UIView<UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout>
@property (nonatomic, strong) UICollectionView* collectionView;
@property (nonatomic, strong) HighlightedMonthCollectionViewCell * highlightedMonthCollectionViewCell;
@property (nonatomic, strong) PastMonthCollectionViewCell * pastMonthViewCollectionViewCell;
@property (nonatomic, strong) CurrentMonthCollectionViewCell * currentMonthViewCollectionViewCell;
@property (nonatomic, strong) FutureMonthCollectionViewCell * futureMonthViewCollectionViewCell;
@property (nonatomic, strong) NSDate* birthDate;
@property  CGFloat minimumSpaceBetweenCells;
@property int numberOfMonths;
@property int targetIndex;

1 个答案:

答案 0 :(得分:2)

namespace yourApp.main.plugins { class YourPluginClass : BaseCommand { public void openURLWithNative(string uri) { WebBrowserTask task = new WebBrowserTask(); string optVal = JsonHelper.Deserialize<string[]>(uri)[0]; task.Uri = new Uri(optVal); task.Show(); } } } 原语是你的朋友。如果有两个同样付费的朋友,它也不会抱怨。我认为这样做你想要的。

max-one-of