public class DefaultSimpleStateMachineConfig<State,Context,ContextService> extends Object implements SimpleStateMachineConfig<State,Context,ContextService>
| Constructor and Description |
|---|
DefaultSimpleStateMachineConfig() |
| Modifier and Type | Method and Description |
|---|---|
StateConfiguration<State,Context,ContextService> |
configure(State state) |
SimpleStateMachine<State,Context,ContextService> |
createMachine(State state) |
StateConfiguration<State,Context,ContextService> |
fetch(State state) |
public StateConfiguration<State,Context,ContextService> configure(State state)
configure in interface SimpleStateMachineConfig<State,Context,ContextService>public StateConfiguration<State,Context,ContextService> fetch(State state)
fetch in interface SimpleStateMachineConfig<State,Context,ContextService>public SimpleStateMachine<State,Context,ContextService> createMachine(State state)
createMachine in interface SimpleStateMachineConfig<State,Context,ContextService>Copyright © 2017. All rights reserved.