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 class
Expression.Op.Bin<E>
An operator that takes two arguments, such as disjunction.static class
Expression.Op.Bin.And<E>
The conjunction (logical and) operator.static class
Expression.Op.Bin.Or<E>
The disjunction (logical or) operator.static class
Expression.Op.Mon<E>
An operator that takes a single argument, such as negation.static class
Expression.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 boolean
Expression.Op. preceeds(Expression.Op<?> that)
-