org.omwg.logicalexpression
Interface Quantified
- All Superinterfaces:
- CompoundExpression, LogicalExpression, Unary
- All Known Subinterfaces:
- ExistentialQuantification, UniversalQuantification
public interface Quantified
- extends Unary
This interface represents quantified logical expressions, i.e. universally and existentially
quantified expressions.
- Version:
- $Revision: 1.4 $ $Date: 2005/09/21 06:31:55 $
- Author:
- DERI Innsbruck, reto.krummenacher@deri.org
- See Also:
Unary
listVariables
java.util.Set listVariables()
- Returns:
- the set of variables that are quantified for the expression
setVariables
void setVariables(java.util.Set variables)