JADE_SL.acl
Class Inform

java.lang.Object
  extended byJADE_SL.acl.CommunicativeActBase
      extended byJADE_SL.acl.Inform
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term

public class Inform
extends CommunicativeActBase

Author:
Federico Bergenti - Universita` di Parma

Field Summary
private  Predicate predicate
           
 
Fields inherited from class JADE_SL.acl.CommunicativeActBase
 
Constructor Summary
Inform()
          Constructor
 
Method Summary
 Predicate getPredicate()
          Retrieves the proposition
 void setPredicate(Predicate predicate)
          Sets the proposition.
 
Methods inherited from class JADE_SL.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
 

Field Detail

predicate

private Predicate predicate
Constructor Detail

Inform

public Inform()
Constructor

Method Detail

setPredicate

public void setPredicate(Predicate predicate)
Sets the proposition.


getPredicate

public Predicate getPredicate()
Retrieves the proposition

Returns:
the proposition.


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.