| Modifier and Type | Method and Description |
|---|---|
Chain |
Choice.afterwards()
Return a Chain that contains all reachable end states from this Choice.
|
Chain |
Choice.afterwards(AfterwardsOptions options)
Return a Chain that contains all reachable end states from this Choice.
|
static Chain |
Chain.custom(State startState,
List<? extends INextable> endStates,
IChainable lastAdded)
Make a Chain with specific start and end states, and a last-added Chainable.
|
Chain |
TaskStateBase.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
StateMachineFragment.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
Pass.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
Map.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
INextable.next(IChainable state)
Go to the indicated state after this state.
|
Chain |
INextable.Jsii$Proxy.next(IChainable state)
Go to the indicated state after this state.
|
default Chain |
INextable.Jsii$Default.next(IChainable state)
Go to the indicated state after this state.
|
Chain |
Wait.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
Parallel.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
Task.next(IChainable next)
Deprecated.
|
Chain |
Chain.next(IChainable next)
Continue normal execution with the given state.
|
Chain |
CustomState.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
static Chain |
Chain.sequence(IChainable start,
IChainable next)
Make a Chain with the start from one chain and the ends from another.
|
static Chain |
Chain.start(IChainable state)
Begin a new Chain from one chainable.
|
Copyright © 2021. All rights reserved.