Uses of Class
edu.washington.cs.knowitall.logic.LogicExpression
-
Packages that use LogicExpression Package Description edu.washington.cs.knowitall.logic -
-
Uses of LogicExpression in edu.washington.cs.knowitall.logic
Methods in edu.washington.cs.knowitall.logic that return LogicExpression Modifier and Type Method Description LogicExpression<E>
LogicExpressionParser. apply(java.lang.String string)
static <E> LogicExpression<E>
LogicExpression. compile(java.lang.String input, com.google.common.base.Function<java.lang.String,Expression.Arg<E>> factoryDelegate)
Helper factory method to instantiate a LogicExpression.static <E> LogicExpression<E>
LogicExpression. compile(java.util.List<Expression<E>> expressions)
Compile an infix list of tokens into an expression tree.LogicExpression<E>
LogicExpressionParser. parse(java.lang.String string)
Create a LogicExpression object from the supplied string.
-