S
- the type of stateE
- the type of eventpublic interface LocalTransitionConfigurer<S,E> extends TransitionConfigurer<LocalTransitionConfigurer<S,E>,S,E>
TransitionConfigurer
interface for configuring local Transition
s.Modifier and Type | Method and Description |
---|---|
LocalTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition . |
action, action, event, guard, guardExpression, secured, secured, source, state, timer, timerOnce
and
LocalTransitionConfigurer<S,E> target(S target)
S
for this Transition
.target
- the target state S