org.omwg.logicalexpression
Interface Binary
- All Superinterfaces:
- CompoundExpression, LogicalExpression
- All Known Subinterfaces:
- Conjunction, Disjunction, Equivalence, Implication, InverseImplication, LogicProgrammingRule
public interface Binary
- extends CompoundExpression
This interface represents all binary logical expressions, as e.g. conjunction or implications.
- Version:
- $Revision: 1.5 $ $Date: 2005/09/21 06:31:55 $
- Author:
- DERI Innsbruck, reto.krummenacher@deri.org
getLeftOperand
LogicalExpression getLeftOperand()
setLeftOperand
void setLeftOperand(LogicalExpression le)
getRightOperand
LogicalExpression getRightOperand()
setRightOperand
void setRightOperand(LogicalExpression le)