设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 9700|回复: 7

[交流] 科学网于同奎先生的源程序

  [复制链接]
发表于 2008-4-28 16:42:48 | 显示全部楼层 |阅读模式
这个程序我在eclipse下运行* j& D- x( S# U7 B6 D
sel=SwarmUtils.getSelector(market,"calculate");类似的语句不能运行' a  V+ p( I  L  B, O( `

0 d9 E: o  Z' U7 G8 g1 @, h. Q# Z似乎缺少了一个SwarmUtils的类,不知道怎么回事 5 k. g# Z9 C. a7 E# M$ N

# q/ X. x. g8 `朋友们给个反馈??

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

评分

参与人数 1仿真币 +12 +1 收起 理由
苘苘 + 12 + 1

查看全部评分

发表于 2008-5-6 00:00:30 | 显示全部楼层
import swarm.Selector;
7 k% |2 V( _& L) [
! [: J! p0 j2 t1 ?1 jpublic class SwarmUtils {
! z0 r# F1 b. _  public static Selector getSelector(String name, String method) {
' P4 \' P9 g/ K( P+ n: B    Selector sel;8 X2 m+ G/ ^/ I9 y# Y- D8 s
    try {
/ B+ N6 O% t2 C- |: I      sel = new Selector(Class.forName(name), method, false);
7 A4 Z  n& C* o0 S    } catch (Exception e) {5 S+ Z0 w3 V- M1 Z1 r
      System.err.println("There was an error in creating a Selector for method " + method + "\nin Class " + name + ".");+ @# k! v% f1 @( ]. O
      System.err.println(name + "." + method + " returns " + e.getMessage());
. @4 H4 Q+ b  @( t9 d* F      System.err.println("The process will be terminated.");  b- Z$ T& u+ W0 R
      System.exit(1);" n! H2 k0 a' L4 E2 A, d
      return null;- W$ h" w2 w* ^7 k& G  N: S
    }
( g" c6 x4 ?8 }  }; |    return sel;
& k0 D$ H1 X, S5 v* {. s  }
6 ?8 h& O1 [2 w$ o0 \  [6 z+ v& V$ }+ A+ E  \
  public static Selector getSelector(Object obj, String method) {1 w& O. k: b, |" h4 M: o3 u
    Selector sel;
( X4 E& A' Z2 p7 W: H    try {3 z! b2 G3 [1 v; J1 Y- V9 ^' W. v
      sel = new Selector(obj.getClass(), method, false);
3 v! i) `" w1 X/ }9 Z    } catch (Exception e) {7 j, `# b/ L) x8 \1 w9 t2 Y
      System.err.println("There was an error in creating a Selector for method " + method + "\nin Class "5 j5 z, D* G' x
          + (obj.getClass()).getName() + ".");
6 Z8 A% _' V6 b8 w, |  f      System.err.println((obj.getClass()).getName() + "." + method + " returns " + e.getMessage());! E2 M4 ~5 f8 Q( [8 L1 f; T
      System.err.println("The process will be terminated.");
8 `" O) ~7 a/ [* m# M; i; f      System.exit(1);
* {+ S1 S, c. ]      return null;7 x! g' U! S! f2 W) ~
    }
$ p# M/ U) F, A, k    return sel;; w' h$ w: t0 \3 v* U( j8 J- E
  }4 b1 n# M9 ^* U3 f8 F: `. b/ ]: K* D
}

评分

参与人数 1仿真币 +21 +1 收起 理由
苘苘 + 21 + 1 我很赞同

查看全部评分

发表于 2008-11-20 19:49:58 | 显示全部楼层
very good.
发表于 2008-11-28 11:12:43 | 显示全部楼层
这个……在SimpleBug的代码中自带了一个SwarmUtils的类……答案如2楼所示……
发表于 2009-3-12 14:52:51 | 显示全部楼层

谢谢

学习学习
发表于 2009-12-2 20:20:58 | 显示全部楼层
请问一下代码是添加在哪里的啊?
发表于 2012-5-22 10:31:21 | 显示全部楼层
是单独建立一个新的JAVA文件,文件名为SwarmUtils.java,然后把上述代码复制进去就可以了
发表于 2013-1-25 12:27:29 | 显示全部楼层
学习。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2026-5-27 08:01 , Processed in 0.018280 second(s), 16 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表