jade.domain.FIPAAgentManagement
Class Search

java.lang.Object
  |
  +--jade.domain.FIPAAgentManagement.Search

public class Search
extends java.lang.Object
implements AgentAction

This class implements the search action (searching for agent description).

Version:
$Date: 2003/03/10 15:38:45 $ $Revision: 2.3 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology

Constructor Summary
Search()
           
 
Method Summary
 SearchConstraints getConstraints()
           
 java.lang.Object getDescription()
           
 void setConstraints(SearchConstraints s)
           
 void setDescription(java.lang.Object desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search

public Search()
Method Detail

setDescription

public void setDescription(java.lang.Object desc)

getDescription

public java.lang.Object getDescription()

setConstraints

public void setConstraints(SearchConstraints s)

getConstraints

public SearchConstraints getConstraints()