| Package | Description |
|---|---|
| com.github.pnavais.machine.api.message | |
| com.github.pnavais.machine.model |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoStatus |
InfoStatus.from(@NonNull Status status,
@NonNull Event event)
Static factory method to create the wrapped
information status instance.
|
| Constructor and Description |
|---|
StateContext(Event event,
State source,
State target,
Message message)
Default constructor with all context information.
|
Copyright © 2019 state-machine. All rights reserved.