| Package | Description |
|---|---|
| edu.washington.cs.knowitall.logic |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Expression.Op.preceeds(Expression.Op<?> that) |
Copyright © 2010–2013 University of Washington CSE. All rights reserved.