jade.domain.FIPAAgentManagement
Class Register

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

public class Register
extends java.lang.Object
implements AgentAction

This class implements the register 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 REGISTER_DESCRIPTION
          A string constant for the description slot name.
 
Constructor Summary
Register()
          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

REGISTER_DESCRIPTION

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

See Also:
Constant Field Values
Constructor Detail

Register

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