| Package | Description |
|---|---|
| de.tschumacher.simplestatemachine.configuration | |
| de.tschumacher.simplestatemachine.configuration.state |
| Modifier and Type | Method and Description |
|---|---|
StateConfiguration<State,Context,ContextService> |
SimpleStateMachineConfig.configure(State state) |
StateConfiguration<State,Context,ContextService> |
DefaultSimpleStateMachineConfig.configure(State state) |
StateConfiguration<State,Context,ContextService> |
SimpleStateMachineConfig.fetch(State state) |
StateConfiguration<State,Context,ContextService> |
DefaultSimpleStateMachineConfig.fetch(State state) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStateConfiguration<State,Context,ContextService> |
| Modifier and Type | Method and Description |
|---|---|
StateConfiguration<State,Context,ContextService> |
StateConfiguration.permit(State state) |
StateConfiguration<State,Context,ContextService> |
DefaultStateConfiguration.permit(State state) |
StateConfiguration<State,Context,ContextService> |
StateConfiguration.permit(State state,
StateChangeHandler<Context,ContextService> handler) |
StateConfiguration<State,Context,ContextService> |
DefaultStateConfiguration.permit(State state,
StateChangeHandler<Context,ContextService> handler) |
Copyright © 2017. All rights reserved.