Package edu.washington.cs.knowitall.logic
package edu.washington.cs.knowitall.logic
-
ClassDescriptionArgFactory<E>An abstract factory class that converts the string representation of an argument into a token.Expression<E>Superclass for expressions in a Logic Expression.An expression that can be applied.An expression that evaluates to true or false.An expression that evaluates to true or false by applying a predicate to the supplied entity.An expression that is a constant value--either true or false.An operator expression.An operator that takes two arguments, such as disjunction.The conjunction (logical and) operator.The disjunction (logical or) operator.An operator that takes a single argument, such as negation.The negation operator.A parenthesis, used for grouping.A left parenthesis.A right parenthesis.Exception while applying an expression to an object.Exception while converting the tokens into a valid expression.Exception while tokenizing the logic expression string.A logic expression engine that operates over user specified objects.A logic expression engine that operates over user specified objects.Static factories for logic expressions over basic objects.