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

Method Summary
 LogicalExpression getLeftOperand()
           
 LogicalExpression getRightOperand()
           
 void setLeftOperand(LogicalExpression le)
           
 void setRightOperand(LogicalExpression le)
           
 
Methods inherited from interface org.omwg.logicalexpression.CompoundExpression
listOperands, setOperands
 
Methods inherited from interface org.omwg.logicalexpression.LogicalExpression
accept
 

Method Detail

getLeftOperand

LogicalExpression getLeftOperand()

setLeftOperand

void setLeftOperand(LogicalExpression le)

getRightOperand

LogicalExpression getRightOperand()

setRightOperand

void setRightOperand(LogicalExpression le)