Package jadex.bridge

Interface ISearchConstraints

  • All Known Implementing Classes:
    SearchConstraints

    public interface ISearchConstraints
    Interface for search constraints.
    • Method Detail

      • getMaxResults

        int getMaxResults()
        Get the max-results of this SearchConstraints.
        Returns:
        max-results
      • getMaxDepth

        int getMaxDepth()
        Get the max-depth of this SearchConstraints.
        Returns:
        max-depth
      • getSearchId

        java.lang.String getSearchId()
        Get the search id.
        Returns:
        The search id.