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