Package jade.domain.FIPAAgentManagement
Class Modify
- java.lang.Object
-
- jade.domain.FIPAAgentManagement.Modify
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class Modify extends Object implements AgentAction
This class implements themodifyaction of thefipa-agent-management ontology. This action is supported by (and can be requested to) both the AMS and the DF.- Version:
- $Date$ $Revision$
- Author:
- Fabio Bellifemine - CSELT S.p.A.
- See Also:
FIPAManagementOntology, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringMODIFY_DESCRIPTIONA string constant for thedescriptionslot name.
-
Constructor Summary
Constructors Constructor Description Modify()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetDescription()Retrieve thedescriptionslot of this object.voidsetDescription(Object desc)Set thedescriptionslot of this object.
-
-
-
Field Detail
-
MODIFY_DESCRIPTION
public static final String MODIFY_DESCRIPTION
A string constant for thedescriptionslot name.- See Also:
- Constant Field Values
-
-
Method Detail
-
setDescription
public void setDescription(Object desc)
Set thedescriptionslot of this object.- Parameters:
desc- An AMS or DF description for this action.
-
getDescription
public Object getDescription()
Retrieve thedescriptionslot of this object.- Returns:
- The value of the
descriptionslot of this action, ornullif no value was set.
-
-