| Package | Description |
|---|---|
| edu.washington.cs.knowitall.logic |
| Modifier and Type | Method and Description |
|---|---|
List<Expression<E>> |
LogicExpression.tokenize(String input,
com.google.common.base.Function<String,Expression.Arg<E>> factory)
Convert an infix string logic representation to an infix list of tokens.
|
| Constructor and Description |
|---|
LogicExpression(String input,
com.google.common.base.Function<String,Expression.Arg<E>> factory) |
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.