Uses of Class
edu.washington.cs.knowitall.logic.LogicExpressionParser
-
Packages that use LogicExpressionParser Package Description edu.washington.cs.knowitall.logic -
-
Uses of LogicExpressionParser in edu.washington.cs.knowitall.logic
Fields in edu.washington.cs.knowitall.logic declared as LogicExpressionParser Modifier and Type Field Description static LogicExpressionParser<java.lang.String>LogicExpressionParsers. stringMatchLogic expressions where tokens are strings.static LogicExpressionParser<java.lang.String>LogicExpressionParsers. trivialLogic expressions where "true" evaluates to true and "false" evaluates to false.
-