Class AndBooleanCondition
java.lang.Object
repast.simphony.engine.watcher.query.AndBooleanCondition
- All Implemented Interfaces:
IBooleanExpression
IBooleanExpression that when evaluated returns the logical 'and' of two child expressions.
- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionAndBooleanCondition
(IBooleanExpression queryCondition, IBooleanExpression condition) -
Method Summary
-
Constructor Details
-
AndBooleanCondition
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceIBooleanExpression
-
execute
- Specified by:
execute
in interfaceIBooleanExpression
-