- java.lang.Object
-
- com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
-
- com.iamsoft.util.ui.swing.activation.LogicalOrCriterion
-
- All Implemented Interfaces:
ActivationCriterion
public class LogicalOrCriterion extends AbstractActivationCriterion
Mandates that at least one of a set of criterion are met. Higher-index criterion are not executed unless earlier criterion cannot be met.
-
-
Constructor Summary
Constructors Constructor Description LogicalOrCriterion(ActivationCriterion... pCriteria)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test()
TODO: return an Object (null for passed test).String
toString()
-
Methods inherited from class com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListener
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.iamsoft.util.ui.swing.activation.ActivationCriterion
getFailureMessage
-
-
-
-
Constructor Detail
-
LogicalOrCriterion
public LogicalOrCriterion(ActivationCriterion... pCriteria)
- Parameters:
pCriteria
- Criteria to monitor.
-
-
Method Detail
-
test
public boolean test()
Description copied from interface:ActivationCriterion
TODO: return an Object (null for passed test).
-
-