org.omwg.logicalexpression
Interface Negation

All Superinterfaces:
CompoundExpression, LogicalExpression, Unary

public interface Negation
extends Unary

This interface stand for a specific kind of Unary, a negation.

Version:
$Revision: 1.3 $ $Date: 2005/09/09 11:53:21 $
Author:
DERI Innsbruck, reto.krummenacher@deri.org, DERI Innsbruck, holger.lausen@deri.org, DERI Innsbruck, thomas.haselwanter@deri.org

Method Summary
 
Methods inherited from interface org.omwg.logicalexpression.Unary
getOperand, setOperand
 
Methods inherited from interface org.omwg.logicalexpression.CompoundExpression
listOperands, setOperands
 
Methods inherited from interface org.omwg.logicalexpression.LogicalExpression
accept