Operators

While defining the condition columns in the decision table you need to associate a particular operator with a given variable.

The Operators column provides a drop-down list which contains various operators. The operator listing varies depending upon the data type of the variable in the Vars column and whether variable is multi-value attribute or not.

The following operators are available in the drop-down list:

  • Eq (equals)
  • Neq (not equals)
  • Gt (greater than)
  • Geq (greater than or equal to)
  • Lt (less than)
  • Leq (less than or equal to)
  • In
  • Bet (Between)
  • Contains
  • Contains All
  • Custom