org.omwg.logicalexpression
Interface Unary
- All Superinterfaces:
- CompoundExpression, LogicalExpression
- All Known Subinterfaces:
- Constraint, ExistentialQuantification, Negation, NegationAsFailure, Quantified, UniversalQuantification
public interface Unary
- extends CompoundExpression
This interface stands for unary logical expressions,
which consequently have a single operand.
- Version:
- $Revision: 1.5 $ $Date: 2005/09/21 06:31:55 $
- Author:
- DERI Innsbruck, reto.krummenacher@deri.org, DERI Innsbruck, holger.lausen@deri.org, DERI Innsbruck, thomas.haselwanter@deri.org
getOperand
LogicalExpression getOperand()
setOperand
void setOperand(LogicalExpression le)