Class StateMachineModelBuilder<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineModelConfigurer<S,E>, AnnotationBuilder<ModelData<S,E>>

public class StateMachineModelBuilder<S,E> extends AbstractConfiguredAnnotationBuilder<ModelData<S,E>,StateMachineModelConfigurer<S,E>,StateMachineModelBuilder<S,E>> implements StateMachineModelConfigurer<S,E>