Package jadex.bridge
Interface ISearchConstraints
-
- All Known Implementing Classes:
SearchConstraints
public interface ISearchConstraints
Interface for search constraints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxDepth()
Get the max-depth of this SearchConstraints.int
getMaxResults()
Get the max-results of this SearchConstraints.java.lang.String
getSearchId()
Get the search id.
-