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

      Methods 
      Modifier and Type Method and Description
      boolean apply(java.lang.Object o1, java.lang.Object o2)
      Applies the operator.
    • Method Detail

      • apply

        boolean apply(java.lang.Object o1,
                    java.lang.Object o2)
        Applies the operator.
        Parameters:
        o1 - The first operand.
        o2 - The second operand.
        Returns:
        true if the operator succeeds.

© Copyright IBM Corp. 1987, 2020