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>

public abstract static class Expression.Apply<E> extends Expression<E>
An expression that can be applied.
  • Constructor Details

    • Apply

      public Apply()
  • Method Details

    • apply

      public abstract boolean apply(E entity)
      Apply this expression to an entity to get true or false.