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 Transitions.| Modifier and Type | Method and Description |
|---|---|
LocalTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition. |
action, event, guard, guardExpression, source, state, timerandLocalTransitionConfigurer<S,E> target(S target)
S for this Transition.target - the target state S