Rule Execution Server API

ilog.rules.res.persistence.trace
Interface IlrPartOperator

All Superinterfaces:
IlrOperator

public interface IlrPartOperator
extends IlrOperator

Interface for the Decision Warehouse query partial operator.

Since:
7.0

Method Summary
 boolean apply(Object o1, Object o2)
          Applies the operator.
 

Method Detail

apply

boolean apply(Object o1,
              Object o2)
Applies the operator.

Parameters:
o1 - The first operand.
o2 - The second operand.
Returns:
true if the operator succeeds.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013