Package jade.domain.FIPAAgentManagement
Class Search
- java.lang.Object
-
- jade.domain.FIPAAgentManagement.Search
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class Search extends Object implements AgentAction
This class implements thesearchaction 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
-
-
Constructor Summary
Constructors Constructor Description Search()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchConstraintsgetConstraints()Retrieve theconstraintsslot of this object.ObjectgetDescription()Retrieve thedescriptionslot of this object.voidsetConstraints(SearchConstraints s)Set theconstraintsslot of this object.voidsetDescription(Object desc)Set thedescriptionslot of this object.
-
-
-
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.
-
setConstraints
public void setConstraints(SearchConstraints s)
Set theconstraintsslot of this object.- Parameters:
s- The search constraints for this action.
-
getConstraints
public SearchConstraints getConstraints()
Retrieve theconstraintsslot of this object.- Returns:
- The value of the
constraintsslot of this action, ornullif no value was set.
-
-