public class ToggleableCriterion extends AbstractActivationCriterion
| Constructor and Description |
|---|
ToggleableCriterion() |
ToggleableCriterion(boolean pSatisfied) |
| Modifier and Type | Method and Description |
|---|---|
void |
setSatisfied(boolean pSatisfied) |
boolean |
test()
TODO: return an Object (null for passed test).
|
String |
toString() |
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFailureMessagepublic ToggleableCriterion()
public ToggleableCriterion(boolean pSatisfied)
public void setSatisfied(boolean pSatisfied)
public boolean test()
ActivationCriterionCopyright © 2023. All rights reserved.