jade.domain.FIPAAgentManagement
Class Deregister

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

public class Deregister
extends java.lang.Object
implements AgentAction

This class implements the deregister 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

Constructor Summary
Deregister()
          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
 

Constructor Detail

Deregister

public Deregister()
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