| Package | Description |
|---|---|
| com.github.pnavais.machine.builder |
| Modifier and Type | Method and Description |
|---|---|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.from(State srcState)
Starts the building of a new
transition by specifying the source
state.
|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.ToBuilder.from(State state)
Starts a new transition from the given
state using an empty
message for the current transition.
|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.OnBuilder.from(State state)
Starts a new transition from the given
state using an empty
message for the current transition.
|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.from(String srcStateName)
Starts the building of a new
transition by specifying the source
state's name
|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.ToBuilder.from(String state)
Starts a new transition from the given
state name using an empty
message for the current transition.
|
StateMachineBuilder.FromBuilder |
StateMachineBuilder.OnBuilder.from(String state)
Starts a new transition from the given
state name using an empty
message for the current transition.
|
Copyright © 2019 state-machine. All rights reserved.