ilog.rules.res.persistence.trace

Interface IlrComparableCriteriaPart<T>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      IlrCriteria gt(T other)
      Returns a criteria instance that is greater than the parameter.
      IlrCriteria lt(T other)
      Returns a criteria instance that is less than the parameter.
    • Method Detail

      • gt

        IlrCriteria gt(T other)
        Returns a criteria instance that is greater than the parameter.
        Parameters:
        other - The element to compare.
        Returns:
        The criteria.
      • lt

        IlrCriteria lt(T other)
        Returns a criteria instance that is less than the parameter.
        Parameters:
        other - The element to compare.
        Returns:
        The criteria.

© Copyright IBM Corp. 1987, 2020