Uses of Interface
adams.flow.condition.bool.BooleanConditionWithSimplification
-
Packages that use BooleanConditionWithSimplification Package Description adams.flow.condition.bool -
-
Uses of BooleanConditionWithSimplification in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement BooleanConditionWithSimplification Modifier and Type Class Description classAbstractMultiConditionAncestor for conditions that use multiple sub-conditions.classAndPerforms a logical AND over all its sub-conditions, i.e., it only evaluates to 'true' if all of the sub-conditions evaluate to 'true' as well.classOrPerforms a logical OR over all its sub-conditions, i.e., it evaluates to 'true' if any of the sub-conditions evaluates to 'true' as well.classXorCombines the specified conditions using a logical XOR (exclusive OR).
-