| Package | Description |
|---|---|
| com.github.pnavais.machine.model |
| Modifier and Type | Method and Description |
|---|---|
static State.StateBuilder |
State.from(String name)
Static factory method to create the State
|
State.StateBuilder |
State.StateBuilder.isFinal(boolean finalState)
Sets the final state
|
State.StateBuilder |
State.StateBuilder.named(String name)
Named state builder.
|
State.StateBuilder |
State.StateBuilder.property(@NonNull String key,
@NonNull String value)
Adds a new property to the state.
|
Copyright © 2019 state-machine. All rights reserved.