JADE (Java) - 更改代理容器

发布于 2024-09-03 00:57:58 字数 116 浏览 5 评论 0原文

有没有办法将代理重新分配到不同的容器,或者我是否必须创建一个新容器,然后在新容器中创建代理的所有新实例?

我做了很多搜索,似乎找不到有关容器重新分配的任何内容。

预先感谢您提供任何信息!

Is there a way to reassign agents to a different container or will I have to create a new container and then create all new instances of the agents within the new container?

I have done a lot of searching and can't seem to find anything on container reassignment.

Thanks in advance for any info!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无敌元气妹 2024-09-10 00:57:58

嘿,我认为您需要的代码是

myAgent.doMove( dest );

dest 是在主容器中注册的新容器的位置名称。

Hey I think the code you need is

myAgent.doMove( dest );

with dest being the location name of the new container as registered with the main container.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文