| Package | Description |
|---|---|
| com.github.pnavais.machine.builder |
| Modifier and Type | Method and Description |
|---|---|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.arriving(State state)
Initializes the builder to add a global
filter for arrivals for the given state.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.ToBuilder.arriving(State state)
Initializes the builder to add a global
filter for arrivals for the given state.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.arriving(String stateName)
Initializes the builder to add a global
filter for arrivals for the state
specified by the given name.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.ToBuilder.arriving(String stateName)
Initializes the builder to add a global
filter for arrivals for the state
specified by the given name.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.leaving(State state)
Initializes the builder to add a global
filter for departures for the given state.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.ToBuilder.leaving(State state)
Initializes the builder to add a global
filter for departures for the given state.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.leaving(String stateName)
Initializes the builder to add a global
filter for departures for the state
specified by the given name.
|
StateMachineBuilder.FilterBuilder |
StateMachineBuilder.ToBuilder.leaving(String stateName)
Initializes the builder to add a global
filter for departures for the state
specified by the given name.
|
Copyright © 2019 state-machine. All rights reserved.