public class Modify extends java.lang.Object implements AgentAction
modify
action of the
fipa-agent-management ontology
.
This action is supported by (and can be requested to) both the AMS and
the DF.FIPAManagementOntology
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
MODIFY_DESCRIPTION
A string constant for the
description slot name. |
Constructor and Description |
---|
Modify()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDescription()
Retrieve the
description slot of this object. |
void |
setDescription(java.lang.Object desc)
Set the
description slot of this object. |
public static final java.lang.String MODIFY_DESCRIPTION
description
slot name.public void setDescription(java.lang.Object desc)
description
slot of this object.desc
- An AMS or DF description for this action.public java.lang.Object getDescription()
description
slot of this object.description
slot of
this action, or null
if no value was set.