Package jade.domain.DFGUIManagement
Class SearchOn
- java.lang.Object
-
- jade.domain.DFGUIManagement.SearchOn
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class SearchOn extends Object implements AgentAction
This class implements the searcOn action. It allows the dfApplet to request a search on another df.- Version:
- $Date$
- Author:
- Elisabetta Cortese - TiLab S.p.A.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchConstraintsgetConstraints()DFAgentDescriptiongetDescription()AIDgetDf()voidsetConstraints(SearchConstraints c)voidsetDescription(DFAgentDescription desc)voidsetDf(AID parent)The df on which the search will be made.
-
-
-
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()
-
-