aima.logic.common
Interface LogicTokenTypes
public interface LogicTokenTypes
SYMBOL
static final int SYMBOL
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
CONNECTOR
static final int CONNECTOR
- See Also:
- Constant Field Values
QUANTIFIER
static final int QUANTIFIER
- See Also:
- Constant Field Values
PREDICATE
static final int PREDICATE
- See Also:
- Constant Field Values
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
CONSTANT
static final int CONSTANT
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
WHITESPACE
static final int WHITESPACE
- See Also:
- Constant Field Values
EOI
static final int EOI
- See Also:
- Constant Field Values