| Package | Description |
|---|---|
| edu.washington.cs.knowitall.logic |
| Modifier and Type | Method and Description |
|---|---|
LogicExpression<E> |
LogicExpressionParser.apply(String string) |
static <E> LogicExpression<E> |
LogicExpression.compile(List<Expression<E>> expressions)
Compile an infix list of tokens into an expression tree.
|
static <E> LogicExpression<E> |
LogicExpression.compile(String input,
com.google.common.base.Function<String,Expression.Arg<E>> factoryDelegate)
Helper factory method to instantiate a LogicExpression.
|
LogicExpression<E> |
LogicExpressionParser.parse(String string)
Create a LogicExpression object from the supplied string.
|
Copyright © 2010–2013 University of Washington CSE. All rights reserved.