Class Expression.Apply<E>
java.lang.Object
edu.washington.cs.knowitall.logic.Expression<E>
edu.washington.cs.knowitall.logic.Expression.Apply<E>
- Direct Known Subclasses:
Expression.Arg
,Expression.Op
- Enclosing class:
Expression<E>
An expression that can be applied.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.washington.cs.knowitall.logic.Expression
Expression.Apply<E>, Expression.Arg<E>, Expression.Op<E>, Expression.Paren<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Apply
public Apply()
-
-
Method Details
-
apply
Apply this expression to an entity to get true or false.
-