Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Working with Business Rules in My webMethods | Working with Decision Tables | Modifying a Decision Table | About Condition Operators
 
About Condition Operators
The following table lists the operators that can be assigned to the different data types of decision table conditions:
Data Type(s)
Operator
Definition
Boolean
=
!=
(Equals; default operator)
(Does not equal)
Character
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
(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)
Date
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
(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)
Numeric
(Byte
Double
Float
Long
Integer
Short)
=
!=
<
<=
>
>=
< ... <=
<= ... <=
< ... <
<= ... <
(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)
String
=
!=
(Equals; default operator)
(Does not equal)

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.