FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS

 

 

FIPA Query If Communicative Act Specification

 

Document title

FIPA Query If Communicative Act Specification

Document number

DC00053B

Document source

FIPA TC C

Document status

Deprecated

Date of this status

2001/08/10

Supersedes

None

Contact

fab@fipa.org

Change history

2000/10/16

Deprecated by FIPA00037

2001/08/10

Line numbering added

 

 

 

 

 

 

 

 

 

 

© 2000 Foundation for Intelligent Physical Agents - http://www.fipa.org/

Geneva, Switzerland

Notice

Use of the technologies described in this specification may infringe patents, copyrights or other intellectual property rights of FIPA Members and non-members. Nothing in this specification should be construed as granting permission to use any of the technologies described. Anyone planning to make use of technology covered by the intellectual property rights of others should first obtain permission from the holder(s) of the rights. FIPA strongly encourages anyone implementing any part of this specification to determine first whether part(s) sought to be implemented are covered by the intellectual property of others, and, if so, to obtain appropriate licenses or other permission from the holder(s) of such intellectual property prior to implementation. This specification is subject to change without notice. Neither FIPA nor any of its Members accept any responsibility whatsoever for damages or liability, direct or consequential, which may result from the use of this specification.

Foreword

The Foundation for Intelligent Physical Agents (FIPA) is an international organization that is dedicated to promoting the industry of intelligent agents by openly developing specifications supporting interoperability among agents and agent-based applications. This occurs through open collaboration among its member organizations, which are companies and universities that are active in the field of agents. FIPA makes the results of its activities available to all interested parties and intends to contribute its results to the appropriate formal standards bodies.

The members of FIPA are individually and collectively committed to open competition in the development of agent-based applications, services and equipment. Membership in FIPA is open to any corporation and individual firm, partnership, governmental body or international organization without restriction. In particular, members are not bound to implement or use specific agent-based standards, recommendations and FIPA specifications by virtue of their participation in FIPA.

The FIPA specifications are developed through direct involvement of the FIPA membership. The status of a specification can be either Preliminary, Experimental, Standard, Deprecated or Obsolete.More detail about the process of specification may be found in the FIPA Procedures for Technical Work. A complete overview of the FIPA specifications and their current status may be found in the FIPA List of Specifications. A list of terms and abbreviations used in the FIPA specifications may be found in the FIPA Glossary.

FIPA is a non-profit association registered in Geneva, Switzerland. As of January 2000, the 56 members of FIPA represented 17countries worldwide. Further information about FIPA as an organization, membership information, FIPA specifications and upcoming meetings may be found at http://www.fipa.org/.

Contents

1     Scope. 3

2     Query If3

3     References. 3


1         Scope

This document specifies the Query If communicative act that is compliant to [FIPA00037] requirements.

 


2         Query If

Summary

The action of asking another agent whether or not a given proposition is true.

Content

A proposition.

Description

Query-if is the act of asking another agent whether (it believes that) a given proposition is true. The sending agent is requesting the receiver to inform (see [FIPA00046]) it of the truth of the proposition.

 

The agent performing the query-if act:

 

·         has no knowledge of the truth value of the proposition, and,

 

·         believes that the other agent does know the truth of the proposition.

Formal Model

<i, query-if(j, f) º

  <i, request(j, <j, inform-if(i, f)>)>

    FP: ØBififÙØUififÙØBi Ij Done(<j, inform-if(i, f)>)

    RE: Done(<j, inform(i, f)>|<j, inform(i, Øf)>)

Example

Agent i asks agent j if j is registered with domain server d1:

 

(query-if

  :sender i

  :receiver j

  :content

    (registered

      (server d1)

      (agent j))

  :reply-with r09

  …)

 

Agent j replies that it is not:

 

(inform          

  :sender j

  :receiver i

  :content

    (not

      (registered

        (server d1)

        (agent j)))

  :in-reply-to r09)

                                                            


3         References

[FIPA00037]      FIPA Communicative Act Library Specification. Foundation for Intelligent Physical Agents, 2000. http://www.fipa.org/specs/fipa00037/

[FIPA00046]      FIPA Inform Communicative Act Specification. Foundation for Intelligent Physical Agents, 2000. http://www.fipa.org/specs/fipa00046/