Uses of Class
edu.washington.cs.knowitall.logic.Expression.Arg
Packages that use Expression.Arg
-
Uses of Expression.Arg in edu.washington.cs.knowitall.logic
Subclasses of Expression.Arg in edu.washington.cs.knowitall.logicModifier and TypeClassDescriptionstatic class
An expression that evaluates to true or false by applying a predicate to the supplied entity.static class
An expression that is a constant value--either true or false.Methods in edu.washington.cs.knowitall.logic that return Expression.ArgModifier and TypeMethodDescriptionMethod to satisfy abstract superclass.abstract Expression.Arg
<E> Converts the supplied string into a token.abstract Expression.Arg
<E> 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.ArgModifier 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.