Uses of Class
fipaos.ont.fipa.fipaman.SearchConstraints

Packages that use SearchConstraints
fipaos.agent.task 
fipaos.ont.fipa.fipaman 

Uses of SearchConstraints in fipaos.agent.task
 

Constructors in fipaos.agent.task with parameters of type SearchConstraints
DFSearchTask.DFSearchTask(DFAgentDescription df_desc, SearchConstraints constraints)
          Searches the local platform DF for any agents matching the specified DF
description using the specified search constraint.
DFSearchTask.DFSearchTask(String df, DFAgentDescription df_desc, SearchConstraints constraints, boolean federated)
          Searches the specified DF for any agents matching the specified DF
description using the specified search contraint.
 

Uses of SearchConstraints in fipaos.ont.fipa.fipaman
 

Methods in fipaos.ont.fipa.fipaman that return SearchConstraints
SearchConstraintsAgentManagementAction.getSearchConstraints()
          This method returns the search constraints.
 

Methods in fipaos.ont.fipa.fipaman with parameters of type SearchConstraints
voidAgentManagementAction.setSearchConstraints(SearchConstraints constraints)
          This method sets the SearchConstraints criteria.