public interface TimerStateConverter
State
to an equivalent
TimerState
.
Note that there is no parent state equivalent for
State.isExecuting()
because structural jobs should be
TimerState.ACTIVE
for this condition.
Modifier and Type | Method and Description |
---|---|
TimerState |
toStructuralState(State state)
Convert a state to an equivalent parent state.
|
TimerState toStructuralState(State state)
state
- Any state.