jade.domain.FIPAAgentManagement
Class Modify

java.lang.Object
  |
  +--jade.domain.FIPAAgentManagement.Modify
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Serializable, java.io.Serializable, Term

public class Modify
extends java.lang.Object
implements AgentAction

This class implements the modify action of the fipa-agent-management ontology. This action is supported by (and can be requested to) both the AMS and the DF.

Version:
$Date: 2003-11-24 14:47:00 +0100 (lun, 24 nov 2003) $ $Revision: 4597 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology, Serialized Form

Field Summary
static java.lang.String MODIFY_DESCRIPTION
          A string constant for the description slot name.
 
Constructor Summary
Modify()
          Default constructor.
 
Method Summary
 java.lang.Object getDescription()
          Retrieve the description slot of this object.
 void setDescription(java.lang.Object desc)
          Set the description slot of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODIFY_DESCRIPTION

public static final java.lang.String MODIFY_DESCRIPTION
A string constant for the description slot name.

See Also:
Constant Field Values
Constructor Detail

Modify

public Modify()
Default constructor.

Method Detail

setDescription

public void setDescription(java.lang.Object desc)
Set the description slot of this object.

Parameters:
desc - An AMS or DF description for this action.

getDescription

public java.lang.Object getDescription()
Retrieve the description slot of this object.

Returns:
The value of the description slot of this action, or null if no value was set.


JADE