Package org.oddjob.state
Class AndStateOp
java.lang.Object
org.oddjob.state.AndStateOp
- All Implemented Interfaces:
StateOperator
Implementation of a
StateOperator that provides logical 'and'
like functionality.- Author:
- rob
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndStateOp
public AndStateOp() -
AndStateOp
-
-
Method Details
-
evaluate
Description copied from interface:StateOperatorEvaluate the given states.- Specified by:
evaluatein interfaceStateOperator- Parameters:
states- The states.- Returns:
- The result state.
-