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

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, toString
 

Method Detail

getLeftOperand

LogicalExpression getLeftOperand()

setLeftOperand

void setLeftOperand(LogicalExpression le)

getRightOperand

LogicalExpression getRightOperand()

setRightOperand

void setRightOperand(LogicalExpression le)


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.