The subtoken =
represents possible arithmetic tests. When you click this token, a drop-down list with the operators shown in Table 24.8 is displayed:
Table 24.8 Operators of the Token in the Condition Part of a Rule
|
|
---|
<none>
| Use with method calls that return a Boolean expression.
|
=
| equal
|
!=
| not equal
|
>
| greater than
|
>=
| greater than or equal to
|
<
| less than
|
<=
| less than or equal to
|
is a
| instanceof Java operator, used to test the type of an object.
|
See Also
Tokens for the Condition Part of a Rule | Tokens for the Action Part of a Rule | Subtokens for Action Tokens | Using Generic and Shortcut Menus in TRL
|