JADE_SL.acl
Class Request

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

public class Request
extends CommunicativeActBase

Author:
Federico Bergenti - Universita` di Parma

Field Summary
private  AgentAction action
           
 
Fields inherited from class JADE_SL.acl.CommunicativeActBase
 
Constructor Summary
Request()
          Constructor
 
Method Summary
 AgentAction getAction()
          Gets the action.
 void setAction(AgentAction action)
          Sets the action.
 
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

action

private AgentAction action
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.


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