GLG Toolkit, Java Class Library  Version 4.5
GlgBoolXformType

Specifies the operation to be performed by the boolean transformation. More...

Detailed Description

Specifies the operation to be performed by the boolean transformation.

Constants

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...
 

Variable Documentation

◆ BOOL0_XF

final int BOOL0_XF = 0
static

Boolean operator constant: A || B || C.

◆ BOOL10_XF

final int BOOL10_XF = 10
static

Boolean operator constant: A && !B && !C.

◆ BOOL11_XF

final int BOOL11_XF = 11
static

Boolean operator constant: !A && !B && !C.

◆ BOOL12_XF

final int BOOL12_XF = 12
static

Boolean operator constant: A && B || C.

◆ BOOL13_XF

final int BOOL13_XF = 13
static

Boolean operator constant: A && !B || C.

◆ BOOL14_XF

final int BOOL14_XF = 14
static

Boolean operator constant: A && B || !C.

◆ BOOL15_XF

final int BOOL15_XF = 15
static

Boolean operator constant: A && !B || !C.

◆ BOOL16_XF

final int BOOL16_XF = 16
static

Boolean operator constant: !A.

◆ BOOL17_XF

final int BOOL17_XF = 17
static

Boolean operator constant: A.

◆ BOOL18_XF

final int BOOL18_XF = 18
static

Boolean operator constant: A || !B || C.

◆ BOOL19_XF

final int BOOL19_XF = 19
static

Boolean operator constant: !A || B || C.

◆ BOOL1_XF

final int BOOL1_XF = 1
static

Boolean operator constant: A || B || !C.

◆ BOOL20_XF

final int BOOL20_XF = 20
static

Boolean operator constant: !A || !B || C.

◆ BOOL21_XF

final int BOOL21_XF = 21
static

Boolean operator constant: !A || B || !C.

◆ BOOL22_XF

final int BOOL22_XF = 22
static

Boolean operator constant: A && !B && C.

◆ BOOL23_XF

final int BOOL23_XF = 23
static

Boolean operator constant: !A && B && C.

◆ BOOL24_XF

final int BOOL24_XF = 24
static

Boolean operator constant: !A && !B && C.

◆ BOOL25_XF

final int BOOL25_XF = 25
static

Boolean operator constant: !A && B && !C.

◆ BOOL26_XT

final int BOOL26_XT = 26
static

Boolean operator constant: ( !A || B ) && C.

◆ BOOL27_XT

final int BOOL27_XT = 27
static

Boolean operator constant: ( !A || B ) && !C.

◆ BOOL28_XT

final int BOOL28_XT = 28
static

Boolean operator constant: ( !A || !B ) && C.

◆ BOOL29_XT

final int BOOL29_XT = 29
static

Boolean operator constant: ( !A || !B ) && !C.

◆ BOOL2_XF

final int BOOL2_XF = 2
static

Boolean operator constant: A || !B || !C.

◆ BOOL30_XT

final int BOOL30_XT = 30
static

Boolean operator constant: !A && B || C.

◆ BOOL31_XT

final int BOOL31_XT = 31
static

Boolean operator constant: !A && B || !C.

◆ BOOL32_XT

final int BOOL32_XT = 32
static

Boolean operator constant: !A && !B || C.

◆ BOOL33_XT

final int BOOL33_XT = 33
static

Boolean operator constant: !A && !B || !C.

◆ BOOL3_XF

final int BOOL3_XF = 3
static

Boolean operator constant: !A || !B || !C.

◆ BOOL4_XF

final int BOOL4_XF = 4
static

Boolean operator constant: ( A || B ) && C.

◆ BOOL5_XF

final int BOOL5_XF = 5
static

Boolean operator constant: ( A || B ) && !C.

◆ BOOL6_XF

final int BOOL6_XF = 6
static

Boolean operator constant: ( A || !B ) && C.

◆ BOOL7_XF

final int BOOL7_XF = 7
static

Boolean operator constant: ( A || !B ) && !C.

◆ BOOL8_XF

final int BOOL8_XF = 8
static

Boolean operator constant: A && B && C.

◆ BOOL9_XF

final int BOOL9_XF = 9
static

Boolean operator constant: A && B && !C.