Software AG Products 10.11 | Designing and Implementing Business Process Models | Working with Business Rules in My webMethods | Working with Decision Trees | Modifying a Decision Tree | About Condition Operators
 
About Condition Operators
The following table lists the operators that can be assigned to a condition link depending on the data type of the value this link contains:
Data Type(s)
Operator
Definition
Boolean
=
!=
otherwise
(Equals; default operator)
(Does not equal)
(Only last branch of condition node)
Character
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
otherwise
(Equals; default operator)
(Does not equal)
(Less than)
(Less than or equal)
(Greater than)
(Greater than or equal)
(Less than ... less than or equal)
(Less than or equal ... less than or equal)
(Less than ... less than)
(Less than or equal ... less than)
(Only last branch of condition node)
Date
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
otherwise
(Equals; default operator)
(Does not equal)
(Less than)
(Less than or equal)
(Greater than)
(Greater than or equal)
(Less than ... less than or equal)
(Less than or equal ... less than or equal)
(Less than ... less than)
(Less than or equal ... less than)
(Only last branch of condition node)
Numeric
(Byte
Double
Float
Long
Integer
Short)
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
otherwise
(Equals; default operator)
(Does not equal)
(Less than)
(Less than or equal)
(Greater than)
(Greater than or equal)
(Less than ... less than or equal)
(Less than or equal ... less than or equal)
(Less than ... less than)
(Less than or equal ... less than)
(Only last branch of condition node)
String
=
!=
otherwise
(Equals; default operator)
(Does not equal)
(Only last branch of condition node)