Rule Execution Server API

ilog.rules.engine
Interface IlrPriorityValues


public interface IlrPriorityValues

This interface defines constants that are used in rule priorities. A priority value is an integer that is written as a literal or as an expression that has an integer value.


Field Summary
static int high
          The second highest priority.
static int low
          The second lowest priority.
static int maximum
          The highest priority.
static int minimum
          The lowest priority.
 

Field Detail

maximum

static final int maximum

The highest priority. The value of this constant is ONE BILLION.

See Also:
Constant Field Values

high

static final int high

The second highest priority. The value of this constant is ONE MILLION.

See Also:
Constant Field Values

low

static final int low

The second lowest priority. The value of this constant is MINUS ONE MILLION.

See Also:
Constant Field Values

minimum

static final int minimum

The lowest priority. The value of this constant is MINUS ONE BILLION.

See Also:
Constant Field Values

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013