Uses of Class
edu.washington.cs.knowitall.logic.Expression.Arg
-
Packages that use Expression.Arg Package Description edu.washington.cs.knowitall.logic -
-
Uses of Expression.Arg in edu.washington.cs.knowitall.logic
Subclasses of Expression.Arg in edu.washington.cs.knowitall.logic Modifier and Type Class 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.Methods in edu.washington.cs.knowitall.logic that return Expression.Arg Modifier and Type Method Description Expression.Arg<E>
ArgFactory. apply(java.lang.String string)
Method to satisfy abstract superclass.abstract Expression.Arg<E>
ArgFactory. create(java.lang.String string)
Converts the supplied string into a token.abstract Expression.Arg<E>
LogicExpressionParser. factory(java.lang.String argument)
The factory method creates an argument from the supplied token string.Method parameters in edu.washington.cs.knowitall.logic with type arguments of type Expression.Arg Modifier and Type Method Description static <E> LogicExpression<E>
LogicExpression. compile(java.lang.String input, com.google.common.base.Function<java.lang.String,Expression.Arg<E>> factoryDelegate)
Helper factory method to instantiate a LogicExpression.
-