public class StateMachineTransitionBuilder<S,E> extends AbstractConfiguredAnnotationBuilder<StateMachineTransitions<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>> implements StateMachineTransitionConfigurer<S,E>
| Constructor and Description |
|---|
StateMachineTransitionBuilder() |
StateMachineTransitionBuilder(ObjectPostProcessor<java.lang.Object> objectPostProcessor) |
StateMachineTransitionBuilder(ObjectPostProcessor<java.lang.Object> objectPostProcessor,
boolean allowConfigurersOfSameType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(S source,
S target,
E event,
java.util.Collection<Action> actions) |
protected StateMachineTransitions<S,E> |
performBuild()
Subclasses must implement this method to build the object that is being returned.
|
ExternalTransitionConfigurer<S,E> |
withExternal() |
apply, apply, beforeConfigureMains, beforeConfigurePosts, beforeInit, doBuild, getConfigurer, getConfigurers, getOrApply, getOrBuild, getSharedObject, getSharedObjects, objectPostProcessor, postProcess, removeConfigurer, removeConfigurers, setSharedObjectbuild, getObjectpublic StateMachineTransitionBuilder()
public StateMachineTransitionBuilder(ObjectPostProcessor<java.lang.Object> objectPostProcessor, boolean allowConfigurersOfSameType)
public StateMachineTransitionBuilder(ObjectPostProcessor<java.lang.Object> objectPostProcessor)
protected StateMachineTransitions<S,E> performBuild() throws java.lang.Exception
AbstractConfiguredAnnotationBuilderperformBuild in class AbstractConfiguredAnnotationBuilder<StateMachineTransitions<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>>java.lang.Exceptionpublic ExternalTransitionConfigurer<S,E> withExternal() throws java.lang.Exception
withExternal in interface StateMachineTransitionConfigurer<S,E>java.lang.Exception