Uses of Class
adams.flow.condition.bool.AbstractMultiCondition
-
Packages that use AbstractMultiCondition Package Description adams.flow.condition.bool -
-
Uses of AbstractMultiCondition in adams.flow.condition.bool
Subclasses of AbstractMultiCondition in adams.flow.condition.bool Modifier and Type Class Description 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.
-