Rule Execution Server API

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

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

public interface IlrCriteriaPart<T>

Used to create criteria equal to another object.

Since:
7.0

Nested Class Summary
static interface IlrCriteriaPart.IlrCriteriaPartBoolean
          Represents a Boolean.
static interface IlrCriteriaPart.IlrCriteriaPartCollection
          Represents a Collection.
static interface IlrCriteriaPart.IlrCriteriaPartDate
          Represents a Date.
static interface IlrCriteriaPart.IlrCriteriaPartDouble
          Represents a Double.
static interface IlrCriteriaPart.IlrCriteriaPartFloat
          Represents a Float.
static interface IlrCriteriaPart.IlrCriteriaPartInteger
          Represents an Integer.
static interface IlrCriteriaPart.IlrCriteriaPartLong
          Represents a Long.
static interface IlrCriteriaPart.IlrCriteriaPartMap
          Represents a Map.
static interface IlrCriteriaPart.IlrCriteriaPartShort
          Represents a Short.
static interface IlrCriteriaPart.IlrCriteriaPartString
          Represents a String.
 
Method Summary
 IlrCriteria eq(T other)
          Returns a criteria equal to the parameter.
 

Method Detail

eq

IlrCriteria eq(T other)
Returns a criteria equal to the parameter.

Parameters:
other - The element to compare.
Returns:
The new criteria.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013