Uses of Class
edu.washington.cs.knowitall.logic.Expression.Op
-
Packages that use Expression.Op Package Description edu.washington.cs.knowitall.logic -
-
Uses of Expression.Op in edu.washington.cs.knowitall.logic
Subclasses of Expression.Op in edu.washington.cs.knowitall.logic Modifier and Type Class Description static classExpression.Op.Bin<E>An operator that takes two arguments, such as disjunction.static classExpression.Op.Bin.And<E>The conjunction (logical and) operator.static classExpression.Op.Bin.Or<E>The disjunction (logical or) operator.static classExpression.Op.Mon<E>An operator that takes a single argument, such as negation.static classExpression.Op.Mon.Not<E>The negation operator.Methods in edu.washington.cs.knowitall.logic with parameters of type Expression.Op Modifier and Type Method Description booleanExpression.Op. preceeds(Expression.Op<?> that)
-