public class IsSoftResetable extends java.lang.Object implements StateCondition
StateCondition
s under which a typical job
can be soft reset.Constructor and Description |
---|
IsSoftResetable() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(State state)
Tests the condition of the state.
|
public boolean test(State state)
StateCondition
test
in interface java.util.function.Predicate<State>
test
in interface StateCondition
state
- The state.