| Package | Description |
|---|---|
| edu.washington.cs.knowitall.logic |
| Modifier and Type | Class and Description |
|---|---|
static class |
Expression.Arg.Pred<E>
An expression that evaluates to true or false by applying a
predicate to the supplied entity.
|
static class |
Expression.Arg.Value<E>
An expression that is a constant value--either true or false.
|
| Modifier and Type | Method and Description |
|---|---|
Expression.Arg<E> |
ArgFactory.apply(String string)
Method to satisfy abstract superclass.
|
abstract Expression.Arg<E> |
ArgFactory.create(String string)
Converts the supplied string into a token.
|
abstract Expression.Arg<E> |
LogicExpressionParser.factory(String argument)
The factory method creates an argument from the supplied token string.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010–2013 University of Washington CSE. All rights reserved.