| Package | Description |
|---|---|
| com.github.pnavais.machine.builder |
| Modifier and Type | Method and Description |
|---|---|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.selfLoop(State state)
Starts a definition of a loop
for the given state
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.ToBuilder.selfLoop(State state)
Creates a self loop for the given state.
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.OnBuilder.selfLoop(State state)
Creates a self loop for the given state.
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.selfLoop(String stateName)
Starts the definition of a loop
for the given state's name
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.ToBuilder.selfLoop(String state)
Creates a self loop for the state
specified by the given name.
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.OnBuilder.selfLoop(String state)
Creates a self loop for the state
specified by the given name.
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.FromBuilder.to(State targetStateName)
Adds a new target state by it's name
to the transition under build.
|
StateMachineBuilder.ToBuilder |
StateMachineBuilder.FromBuilder.to(String targetStateName)
Adds a new target state to the
transition under build.
|
Copyright © 2019 state-machine. All rights reserved.