jade.content.acl
Class Request

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

public class Request
extends CommunicativeActBase

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
Request()
          Constructor
 
Method Summary
 AgentAction getAction()
          Gets the action.
 void setAction(AgentAction action)
          Sets the action.
 
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

Request

public Request()
Constructor
Method Detail

setAction

public void setAction(AgentAction action)
Sets the action.
Parameters:
action - the action to set.

getAction

public AgentAction getAction()
Gets the action.
Returns:
the action.