jade.domain.FIPAAgentManagement
Class SearchConstraints

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

public class SearchConstraints
extends java.lang.Object

This class models a search constraint.

Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAAgentManagementOntology

Constructor Summary
SearchConstraints()
           
 
Method Summary
 java.lang.Long getMaxDepth()
          return null if it has not been set
 java.lang.Long getMaxResults()
          return null if it has not been set
 void setMaxDepth(java.lang.Long l)
           
 void setMaxResults(java.lang.Long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchConstraints

public SearchConstraints()
Method Detail

setMaxDepth

public void setMaxDepth(java.lang.Long l)

getMaxDepth

public java.lang.Long getMaxDepth()
return null if it has not been set

setMaxResults

public void setMaxResults(java.lang.Long l)

getMaxResults

public java.lang.Long getMaxResults()
return null if it has not been set