public class StateMachineConfigurerAdapter<S,E> extends java.lang.Object implements StateMachineConfigurer<S,E>
| Constructor and Description |
|---|
StateMachineConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(StateMachineConfigBuilder<S,E> config) |
void |
configure(StateMachineStateConfigurer<S,E> states) |
void |
configure(StateMachineTransitionConfigurer<S,E> transitions) |
protected StateMachineStateBuilder<S,E> |
getStateMachineStateBuilder() |
protected StateMachineTransitionBuilder<S,E> |
getStateMachineTransitionBuilder() |
void |
init(StateMachineConfigBuilder<S,E> config) |
boolean |
isAssignable(org.springframework.data.hadoop.config.common.annotation.AnnotationBuilder<StateMachineConfig<S,E>> builder) |
public final void init(StateMachineConfigBuilder<S,E> config) throws java.lang.Exception
init in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>java.lang.Exceptionpublic void configure(StateMachineConfigBuilder<S,E> config) throws java.lang.Exception
configure in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>java.lang.Exceptionpublic void configure(StateMachineStateConfigurer<S,E> states) throws java.lang.Exception
configure in interface StateMachineConfigurer<S,E>java.lang.Exceptionpublic void configure(StateMachineTransitionConfigurer<S,E> transitions) throws java.lang.Exception
configure in interface StateMachineConfigurer<S,E>java.lang.Exceptionpublic boolean isAssignable(org.springframework.data.hadoop.config.common.annotation.AnnotationBuilder<StateMachineConfig<S,E>> builder)
isAssignable in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>protected final StateMachineTransitionBuilder<S,E> getStateMachineTransitionBuilder() throws java.lang.Exception
java.lang.Exceptionprotected final StateMachineStateBuilder<S,E> getStateMachineStateBuilder() throws java.lang.Exception
java.lang.Exception