jade.domain.DFGUIManagement
Class SearchOn

java.lang.Object
  |
  +--jade.domain.DFGUIManagement.SearchOn

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 07:53:36 $
Author:
Elisabetta Cortese - TiLab S.p.A.

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()