org.omwg.logicalexpression
Interface CompoundExpression
- All Superinterfaces:
- LogicalExpression
- All Known Subinterfaces:
- Binary, CompoundMolecule, Conjunction, Constraint, Disjunction, Equivalence, ExistentialQuantification, Implication, InverseImplication, LogicProgrammingRule, Negation, NegationAsFailure, Quantified, Unary, UniversalQuantification
public interface CompoundExpression
- extends LogicalExpression
Representing Compound Expressions.
Created on Sep 7, 2005
Committed by $Author$
$Source$,
- Version:
- $Revision$ $Date$
- Author:
- Holger Lausen (holger.lausen@deri.org)
listOperands
List<LogicalExpression> listOperands()
- Returns:
- returns a list of all operands grouped by a Compound Expression
setOperands
void setOperands(List<LogicalExpression> operands)
- Parameters:
operands
- sets the operands of the compound expression
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.