Class BooleanOperator
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
-
public final class BooleanOperator extends Object
Boolean Operators - mXparser tokens definition.- Version:
- 4.1.0
- Author:
- Mariusz Gromada
mariuszgromada.org@gmail.com
MathSpace.pl
MathParser.org - mXparser project page
mXparser on GitHub
mXparser on SourceForge
mXparser on Bitbucket
mXparser on CodePlex
Janet Sudoku - project web page
Janet Sudoku on GitHub
Janet Sudoku on CodePlex
Janet Sudoku on SourceForge
Janet Sudoku on BitBucket
Scalar Free
Scalar Pro
ScalarMath.org
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BooleanOperator()
-
-
-
Field Detail
-
TYPE_ID
public static final int TYPE_ID
- See Also:
- Constant Field Values
-
TYPE_DESC
public static final String TYPE_DESC
- See Also:
- Constant Field Values
-
AND_ID
public static final int AND_ID
- See Also:
- Constant Field Values
-
NAND_ID
public static final int NAND_ID
- See Also:
- Constant Field Values
-
OR_ID
public static final int OR_ID
- See Also:
- Constant Field Values
-
NOR_ID
public static final int NOR_ID
- See Also:
- Constant Field Values
-
XOR_ID
public static final int XOR_ID
- See Also:
- Constant Field Values
-
IMP_ID
public static final int IMP_ID
- See Also:
- Constant Field Values
-
CIMP_ID
public static final int CIMP_ID
- See Also:
- Constant Field Values
-
NIMP_ID
public static final int NIMP_ID
- See Also:
- Constant Field Values
-
CNIMP_ID
public static final int CNIMP_ID
- See Also:
- Constant Field Values
-
EQV_ID
public static final int EQV_ID
- See Also:
- Constant Field Values
-
NEG_ID
public static final int NEG_ID
- See Also:
- Constant Field Values
-
NEG_STR
public static final String NEG_STR
- See Also:
- Constant Field Values
-
AND_STR
public static final String AND_STR
- See Also:
- Constant Field Values
-
AND1_STR
public static final String AND1_STR
- See Also:
- Constant Field Values
-
AND2_STR
public static final String AND2_STR
- See Also:
- Constant Field Values
-
NAND_STR
public static final String NAND_STR
- See Also:
- Constant Field Values
-
NAND1_STR
public static final String NAND1_STR
- See Also:
- Constant Field Values
-
NAND2_STR
public static final String NAND2_STR
- See Also:
- Constant Field Values
-
OR_STR
public static final String OR_STR
- See Also:
- Constant Field Values
-
OR1_STR
public static final String OR1_STR
- See Also:
- Constant Field Values
-
OR2_STR
public static final String OR2_STR
- See Also:
- Constant Field Values
-
NOR_STR
public static final String NOR_STR
- See Also:
- Constant Field Values
-
NOR1_STR
public static final String NOR1_STR
- See Also:
- Constant Field Values
-
NOR2_STR
public static final String NOR2_STR
- See Also:
- Constant Field Values
-
XOR_STR
public static final String XOR_STR
- See Also:
- Constant Field Values
-
IMP_STR
public static final String IMP_STR
- See Also:
- Constant Field Values
-
CIMP_STR
public static final String CIMP_STR
- See Also:
- Constant Field Values
-
NIMP_STR
public static final String NIMP_STR
- See Also:
- Constant Field Values
-
CNIMP_STR
public static final String CNIMP_STR
- See Also:
- Constant Field Values
-
EQV_STR
public static final String EQV_STR
- See Also:
- Constant Field Values
-
NEG_SYN
public static final String NEG_SYN
- See Also:
- Constant Field Values
-
AND_SYN
public static final String AND_SYN
- See Also:
- Constant Field Values
-
AND1_SYN
public static final String AND1_SYN
- See Also:
- Constant Field Values
-
AND2_SYN
public static final String AND2_SYN
- See Also:
- Constant Field Values
-
NAND_SYN
public static final String NAND_SYN
- See Also:
- Constant Field Values
-
NAND1_SYN
public static final String NAND1_SYN
- See Also:
- Constant Field Values
-
NAND2_SYN
public static final String NAND2_SYN
- See Also:
- Constant Field Values
-
OR_SYN
public static final String OR_SYN
- See Also:
- Constant Field Values
-
OR1_SYN
public static final String OR1_SYN
- See Also:
- Constant Field Values
-
OR2_SYN
public static final String OR2_SYN
- See Also:
- Constant Field Values
-
NOR_SYN
public static final String NOR_SYN
- See Also:
- Constant Field Values
-
NOR1_SYN
public static final String NOR1_SYN
- See Also:
- Constant Field Values
-
NOR2_SYN
public static final String NOR2_SYN
- See Also:
- Constant Field Values
-
XOR_SYN
public static final String XOR_SYN
- See Also:
- Constant Field Values
-
IMP_SYN
public static final String IMP_SYN
- See Also:
- Constant Field Values
-
CIMP_SYN
public static final String CIMP_SYN
- See Also:
- Constant Field Values
-
NIMP_SYN
public static final String NIMP_SYN
- See Also:
- Constant Field Values
-
CNIMP_SYN
public static final String CNIMP_SYN
- See Also:
- Constant Field Values
-
EQV_SYN
public static final String EQV_SYN
- See Also:
- Constant Field Values
-
AND_DESC
public static final String AND_DESC
- See Also:
- Constant Field Values
-
OR_DESC
public static final String OR_DESC
- See Also:
- Constant Field Values
-
NEG_DESC
public static final String NEG_DESC
- See Also:
- Constant Field Values
-
NAND_DESC
public static final String NAND_DESC
- See Also:
- Constant Field Values
-
NOR_DESC
public static final String NOR_DESC
- See Also:
- Constant Field Values
-
XOR_DESC
public static final String XOR_DESC
- See Also:
- Constant Field Values
-
IMP_DESC
public static final String IMP_DESC
- See Also:
- Constant Field Values
-
CIMP_DESC
public static final String CIMP_DESC
- See Also:
- Constant Field Values
-
NIMP_DESC
public static final String NIMP_DESC
- See Also:
- Constant Field Values
-
CNIMP_DESC
public static final String CNIMP_DESC
- See Also:
- Constant Field Values
-
EQV_DESC
public static final String EQV_DESC
- See Also:
- Constant Field Values
-
AND_SINCE
public static final String AND_SINCE
- See Also:
- Constant Field Values
-
OR_SINCE
public static final String OR_SINCE
- See Also:
- Constant Field Values
-
NEG_SINCE
public static final String NEG_SINCE
- See Also:
- Constant Field Values
-
NAND_SINCE
public static final String NAND_SINCE
- See Also:
- Constant Field Values
-
NOR_SINCE
public static final String NOR_SINCE
- See Also:
- Constant Field Values
-
XOR_SINCE
public static final String XOR_SINCE
- See Also:
- Constant Field Values
-
IMP_SINCE
public static final String IMP_SINCE
- See Also:
- Constant Field Values
-
CIMP_SINCE
public static final String CIMP_SINCE
- See Also:
- Constant Field Values
-
NIMP_SINCE
public static final String NIMP_SINCE
- See Also:
- Constant Field Values
-
CNIMP_SINCE
public static final String CNIMP_SINCE
- See Also:
- Constant Field Values
-
EQV_SINCE
public static final String EQV_SINCE
- See Also:
- Constant Field Values
-
-