jade.domain.FIPAAgentManagement
Class Search

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

public class Search
extends java.lang.Object
implements AgentAction

This class implements the search 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

Constructor Summary
Search()
          Default constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search

public Search()
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.

setConstraints

public void setConstraints(SearchConstraints s)
Set the constraints slot of this object.

Parameters:
s - The search constraints for this action.

getConstraints

public SearchConstraints getConstraints()
Retrieve the constraints slot of this object.

Returns:
The value of the constraints slot of this action, or null if no value was set.


JADE