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 operators 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 © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback