Rule Execution Server API

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

All Superinterfaces:
IlrCriteria

public interface IlrCriteriaPlain<T>
extends IlrCriteria

Holds the name and type criteria.

Since:
7.0

Method Summary
 String getName()
          The name of the criteria.
 IlrPartOperator getOperator()
          Returns the operator used.
 T getOther()
          Returns a typed criteria.
 
Methods inherited from interface ilog.rules.res.persistence.trace.IlrCriteria
and, matches, or
 

Method Detail

getOther

T getOther()
Returns a typed criteria.

Returns:
A typed criteria.

getName

String getName()
The name of the criteria.

Returns:
The criteria name.

getOperator

IlrPartOperator getOperator()
Returns the operator used.

Returns:
A partial operator.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013