Uses of Class
edu.washington.cs.knowitall.logic.LogicExpression
Packages that use LogicExpression
-
Uses of LogicExpression in edu.washington.cs.knowitall.logic
Classes in edu.washington.cs.knowitall.logic that implement interfaces with type arguments of type LogicExpressionModifier and TypeClassDescriptionclassA logic expression engine that operates over user specified objects.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.