public class IsSoftResetable extends java.lang.Object implements StateCondition
StateConditions 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)
StateConditiontest in interface java.util.function.Predicate<State>test in interface StateConditionstate - The state.