Specifies the operation to be performed by the boolean transformation.
|
static final int | BOOL0_XF = 0 |
| Boolean operator constant: A || B || C. More...
|
|
static final int | BOOL10_XF = 10 |
| Boolean operator constant: A && !B && !C. More...
|
|
static final int | BOOL11_XF = 11 |
| Boolean operator constant: !A && !B && !C. More...
|
|
static final int | BOOL12_XF = 12 |
| Boolean operator constant: A && B || C. More...
|
|
static final int | BOOL13_XF = 13 |
| Boolean operator constant: A && !B || C. More...
|
|
static final int | BOOL14_XF = 14 |
| Boolean operator constant: A && B || !C. More...
|
|
static final int | BOOL15_XF = 15 |
| Boolean operator constant: A && !B || !C. More...
|
|
static final int | BOOL16_XF = 16 |
| Boolean operator constant: !A. More...
|
|
static final int | BOOL17_XF = 17 |
| Boolean operator constant: A. More...
|
|
static final int | BOOL18_XF = 18 |
| Boolean operator constant: A || !B || C. More...
|
|
static final int | BOOL19_XF = 19 |
| Boolean operator constant: !A || B || C. More...
|
|
static final int | BOOL1_XF = 1 |
| Boolean operator constant: A || B || !C. More...
|
|
static final int | BOOL20_XF = 20 |
| Boolean operator constant: !A || !B || C. More...
|
|
static final int | BOOL21_XF = 21 |
| Boolean operator constant: !A || B || !C. More...
|
|
static final int | BOOL22_XF = 22 |
| Boolean operator constant: A && !B && C. More...
|
|
static final int | BOOL23_XF = 23 |
| Boolean operator constant: !A && B && C. More...
|
|
static final int | BOOL24_XF = 24 |
| Boolean operator constant: !A && !B && C. More...
|
|
static final int | BOOL25_XF = 25 |
| Boolean operator constant: !A && B && !C. More...
|
|
static final int | BOOL26_XT = 26 |
| Boolean operator constant: ( !A || B ) && C. More...
|
|
static final int | BOOL27_XT = 27 |
| Boolean operator constant: ( !A || B ) && !C. More...
|
|
static final int | BOOL28_XT = 28 |
| Boolean operator constant: ( !A || !B ) && C. More...
|
|
static final int | BOOL29_XT = 29 |
| Boolean operator constant: ( !A || !B ) && !C. More...
|
|
static final int | BOOL2_XF = 2 |
| Boolean operator constant: A || !B || !C. More...
|
|
static final int | BOOL30_XT = 30 |
| Boolean operator constant: !A && B || C. More...
|
|
static final int | BOOL31_XT = 31 |
| Boolean operator constant: !A && B || !C. More...
|
|
static final int | BOOL32_XT = 32 |
| Boolean operator constant: !A && !B || C. More...
|
|
static final int | BOOL33_XT = 33 |
| Boolean operator constant: !A && !B || !C. More...
|
|
static final int | BOOL3_XF = 3 |
| Boolean operator constant: !A || !B || !C. More...
|
|
static final int | BOOL4_XF = 4 |
| Boolean operator constant: ( A || B ) && C. More...
|
|
static final int | BOOL5_XF = 5 |
| Boolean operator constant: ( A || B ) && !C. More...
|
|
static final int | BOOL6_XF = 6 |
| Boolean operator constant: ( A || !B ) && C. More...
|
|
static final int | BOOL7_XF = 7 |
| Boolean operator constant: ( A || !B ) && !C. More...
|
|
static final int | BOOL8_XF = 8 |
| Boolean operator constant: A && B && C. More...
|
|
static final int | BOOL9_XF = 9 |
| Boolean operator constant: A && B && !C. More...
|
|