S - the type of stateE - the type of eventpublic interface JoinTransitionConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>
TransitionConfigurer interface for configuring Transition
from a join pseudo state.| Modifier and Type | Method and Description |
|---|---|
JoinTransitionConfigurer<S,E> |
source(S source)
Specify a source state
S for this Transition. |
JoinTransitionConfigurer<S,E> |
sources(java.util.Collection<S> sources)
Specify a source states
S for this Transition. |
JoinTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition. |
andJoinTransitionConfigurer<S,E> source(S source)
S for this Transition.source - the source state SJoinTransitionConfigurer<S,E> sources(java.util.Collection<S> sources)
S for this Transition.sources - the sourcesJoinTransitionConfigurer<S,E> target(S target)
S for this Transition.target - the target state S