| Package | Description |
|---|---|
| com.github.pnavais.machine | |
| com.github.pnavais.machine.impl |
| Constructor and Description |
|---|
StateMachine(@NonNull TransitionChecker<State,Message> transitionChecker)
Creates the state machine with the given
transition checker.
|
StateMachine(@NonNull TransitionIndex<State,Message,StateTransition> transitionIndex,
@NonNull TransitionChecker<State,Message> transitionChecker)
Creates the state machine with the given
transition map and checker
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateTransitionChecker
Implements the check between state transitions
|
Copyright © 2019 state-machine. All rights reserved.