public class Search extends java.lang.Object implements AgentAction
search 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 Form| Constructor and Description |
|---|
Search()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SearchConstraints |
getConstraints()
Retrieve the
constraints slot of this object. |
java.lang.Object |
getDescription()
Retrieve the
description slot of this object. |
void |
setConstraints(SearchConstraints s)
Set the
constraints slot of this object. |
void |
setDescription(java.lang.Object desc)
Set the
description slot of this object. |
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.public void setConstraints(SearchConstraints s)
constraints slot of this object.s - The search constraints for this action.public SearchConstraints getConstraints()
constraints slot of this object.constraints slot of this
action, or null if no value was set.