jade.content.acl
Class Inform

java.lang.Object
  |
  +--jade.content.acl.CommunicativeActBase
        |
        +--jade.content.acl.Inform

public class Inform
extends CommunicativeActBase

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
Inform()
          Constructor
 
Method Summary
 Predicate getPredicate()
          Retrieves the proposition
 void setPredicate(Predicate predicate)
          Sets the proposition.
 
Methods inherited from class jade.content.acl.CommunicativeActBase
addReceiver, clearAllReceiver, getAllReceiver, getSender, setSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inform

public Inform()
Constructor
Method Detail

setPredicate

public void setPredicate(Predicate predicate)
Sets the proposition.
Parameters:
proposition - the proposition.

getPredicate

public Predicate getPredicate()
Retrieves the proposition
Returns:
the proposition.