jade.domain.DFGUIManagement
Class SearchOn

java.lang.Object
  extended by jade.domain.DFGUIManagement.SearchOn
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term, java.io.Serializable

public class SearchOn
extends java.lang.Object
implements AgentAction

This class implements the searcOn action. It allows the dfApplet to request a search on another df.

Version:
$Date: 2002-07-12 09:53:36 +0200 (ven, 12 lug 2002) $
Author:
Elisabetta Cortese - TiLab S.p.A.
See Also:
Serialized Form

Constructor Summary
SearchOn()
           
 
Method Summary
 SearchConstraints getConstraints()
           
 DFAgentDescription getDescription()
           
 AID getDf()
           
 void setConstraints(SearchConstraints c)
           
 void setDescription(DFAgentDescription desc)
           
 void setDf(AID parent)
          The df on which the search will be made.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchOn

public SearchOn()
Method Detail

setDf

public void setDf(AID parent)
The df on which the search will be made.


getDf

public AID getDf()

setDescription

public void setDescription(DFAgentDescription desc)

getDescription

public DFAgentDescription getDescription()

setConstraints

public void setConstraints(SearchConstraints c)

getConstraints

public SearchConstraints getConstraints()