protected class ActionSequence.IfExecuting extends AbstractHealthPredicate
Modifier | Constructor and Description |
---|---|
protected |
IfExecuting() |
Modifier and Type | Method and Description |
---|---|
boolean |
isMatch(HealthEvent healthEvent)
The abstract match returns true, so a child can combine its own
matches with the parent.
|
toString
public boolean isMatch(HealthEvent healthEvent)
AbstractHealthPredicate
isMatch
doesn't return true.isMatch
in interface HealthPredicate
isMatch
in class AbstractHealthPredicate