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: 1029 $ $Date: 2005-09-21 09:31:55 +0300 (Wed, 21 Sep 2005) $
- Author:
- DERI Innsbruck, reto.krummenacher@deri.org
 
 
 
getLeftOperand
LogicalExpression getLeftOperand()
- 
 
- 
 
setLeftOperand
void setLeftOperand(LogicalExpression le)
- 
 
- 
 
getRightOperand
LogicalExpression getRightOperand()
- 
 
- 
 
setRightOperand
void setRightOperand(LogicalExpression le)
- 
 
- 
 
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.