《分布式环境》chapter7_基于人工智能的分布计算环境代理技术解剖.ppt

《分布式环境》chapter7_基于人工智能的分布计算环境代理技术解剖.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* * * * * * * * * * * * * * * MASIF对Agent管理、Agent迁移、Agent名称、Agent系统名称、Agent系统类型以及位置语法进行了标准化。规范定义了MAFagentSystem和MAFFinder接口。其中, MAFagentSystem负责Agent的管理,定义了用于接受Agent、列出Agent、获得MAFFinder接口、获得Agent状态等的方法。MAFFinder提供注册、注销、查询等服务,实际上为一种命名服务。 * * * * * * interface MAFFinder { void register_agent ( in Name agent_name, in Location agent_location, in AgentProfile agent_profile,) raises (NameInvalid); void register_agent_system ( in Name agent_system_name, in Location agent_system_location, in AgentSystemInfo agent_system_info) raises (NameInvalid); void register_place ( in string place_name, in Location place_location) raises (NameInvalid); Locations lookup_agent ( in Name agent_name, in AgentProfile agent_profile) raises (EntryNotFound); Locations lookup_agent_system ( in Name agent_system_name, in AgentSystemInfo agent_system_info) raises (EntryNotFound); Location lookup_place (in string place_name) raises (EntryNotFound); void unregister_agent (in Name agent_name) raises (EntryNotFound); void unregister_agent_system (in Name agent_system_name) raises (EntryNotFound); void unregister_place (in string place_name) raises (EntryNotFound); }; * * * * * * * * * * * * * * * * * * URL 找到classes那一层就可以了。 * * * * * * * * * * * * * * * * * KIF(Knowledge Interchange Format)是一种基于一阶逻辑的形式语言,用于各种不同计算机程序之间进行知识交换,由斯坦福大学建立,已经成为建议标准。目前KIF被普遍用在专家系统、数据库和智能代理等领域 * * * * * * * * 多代理系统提供了一种普遍、开放、一致的框架结构,支持各种业务的开发及个人化。 适于在复杂的、多种网络体系结构并存、多种电信技术和业务并存的电信领域内提供应用。 * * * * * * * * * * The Menu Bar Part 2 Programming Mobile agents: 继承de.ikv.grasshopper.agent.MobileAgent的类的实例。 Stationary agents: 继承de.ikv.grasshopper.agent.StationaryAgent的类的实例 Persistent mobile agents: 继承de.ikv.grasshopper.agent.PersistentMobileAgent的类的实例. 它可以使用grasshoper的persistence Persistent stationary agents: 继承de.ikv.grasshopper.agent.PersistentStationaryAgent的类的实例.它可以使用grasshoper的persistence Agent Class Diagram Class Agent Action():例如,当在Agency界面上双击一agent时,该Agent的该方法将被此Agency调用。 BeforeCopy():例如,当在Agency界面上对某一Agent进行Copy之前,该方法将被此

文档评论(0)

贪玩蓝月 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档