Class ArgFactory<E>

java.lang.Object
edu.washington.cs.knowitall.logic.ArgFactory<E>
Type Parameters:
E -
All Implemented Interfaces:
com.google.common.base.Function<String,Expression.Arg<E>>, Function<String,Expression.Arg<E>>

public abstract class ArgFactory<E> extends Object implements com.google.common.base.Function<String,Expression.Arg<E>>
An abstract factory class that converts the string representation of an argument into a token. This token uses the supplied delegate to evaluate the expression against an entity into a boolean.