Rule Execution Server API

ilog.rules.res.persistence.trace
Interface IlrComparableCriteriaPart<T>

All Known Subinterfaces:
IlrCriteriaPart.IlrCriteriaPartBoolean, IlrCriteriaPart.IlrCriteriaPartDate, IlrCriteriaPart.IlrCriteriaPartDouble, IlrCriteriaPart.IlrCriteriaPartFloat, IlrCriteriaPart.IlrCriteriaPartInteger, IlrCriteriaPart.IlrCriteriaPartLong, IlrCriteriaPart.IlrCriteriaPartShort

public interface IlrComparableCriteriaPart<T>

Used to create criteria using greater than and less than operations.

Since:
7.0

Method Summary
 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.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013