public interface State
StateMachine.
 This interface should not be implemented outside the SDK.
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | State.BuilderBase builder interface for  States. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CHOICEType identifier for a  ChoiceState. | 
| static String | FAILType identifier for a  FailState. | 
| static String | MAPType identifier for a  MapState. | 
| static String | PARALLELType identifier for a  ParallelState. | 
| static String | PASSType identifier for a  PassState. | 
| static String | SUCCEEDType identifier for a  SucceedState. | 
| static String | TASKType identifier for a  TaskState. | 
| static String | WAITType identifier for a  WaitState. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(StateVisitor<T> visitor) | 
| String | getType() | 
| boolean | isTerminalState() | 
static final String CHOICE
ChoiceState.static final String FAIL
FailState.static final String PARALLEL
ParallelState.static final String MAP
MapState.static final String PASS
PassState.static final String SUCCEED
SucceedState.static final String TASK
TaskState.static final String WAIT
WaitState.String getType()
boolean isTerminalState()
<T> T accept(StateVisitor<T> visitor)
Copyright © 2020. All rights reserved.