| Modifier and Type | Class and Description |
|---|---|
static class |
FindStateOptions.Jsii$Proxy
An implementation for
FindStateOptions |
| Modifier and Type | Method and Description |
|---|---|
FindStateOptions |
FindStateOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<State> |
State.findReachableEndStates(State start,
FindStateOptions options)
Find the set of end states states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableStates(State start,
FindStateOptions options)
Find the set of states reachable through transitions from the given start state.
|
Copyright © 2020. All rights reserved.