| Modifier and Type | Class and Description |
|---|---|
class |
FiniteTransitionVariableTypeNode |
class |
TransitionVariableTypeNode |
| Modifier and Type | Method and Description |
|---|---|
TransitionVariableType |
StateMachineType.getLastTransitionNode()
Get the LastTransition
TransitionVariableType Node, or null if it does not exist. |
TransitionVariableType |
TransitionEventType.getTransitionNode()
Get the Transition
TransitionVariableType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends TransitionVariableType> |
StateMachineType.getLastTransitionNodeAsync()
Asynchronous implementation of
StateMachineType.getLastTransitionNode(). |
CompletableFuture<? extends TransitionVariableType> |
TransitionEventType.getTransitionNodeAsync()
Asynchronous implementation of
TransitionEventType.getTransitionNode(). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FiniteTransitionVariableType |
Copyright © 2021. All rights reserved.