Package wt.rule.algorithm
Class AndTest
java.lang.Object
wt.rule.algorithm.AndTest
- All Implemented Interfaces:
RuleAlgorithm
Given two or more comparisons, returns TRUE if all comparisons return true, FALSE otherwise. If any arg passed isn't
Boolean, throw exception. if no argument passed, throw exception.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(Object[] args, WTContainerRef container) Execute the algorithm using the specified arguments.
-
Method Details
-
calculate
Execute the algorithm using the specified arguments. Return the result.
Supported API: true- Specified by:
calculatein interfaceRuleAlgorithm- Parameters:
args- the arguments for the algorithmcontainer- the container to use for object lookups- Returns:
- Object
- Throws:
WTException
-