Uses of Class
edu.washington.cs.knowitall.logic.LogicException.TokenizeLogicException
-
Packages that use LogicException.TokenizeLogicException Package Description edu.washington.cs.knowitall.logic -
-
Uses of LogicException.TokenizeLogicException in edu.washington.cs.knowitall.logic
Methods in edu.washington.cs.knowitall.logic that throw LogicException.TokenizeLogicException Modifier and Type Method Description java.util.List<Expression<E>>
LogicExpressionParser. tokenize(java.lang.String input)
Convert an infix string logic representation to an infix list of tokens.Constructors in edu.washington.cs.knowitall.logic that throw LogicException.TokenizeLogicException Constructor Description LogicExpression(java.util.List<Expression<E>> expressions)
-