| Modifier and Type | Class and Description |
|---|---|
class |
FiniteStateVariableTypeNode |
class |
StateVariableTypeNode |
class |
TwoStateVariableTypeNode |
| Modifier and Type | Method and Description |
|---|---|
StateVariableType |
StateMachineType.getCurrentStateNode()
Get the CurrentState
StateVariableType Node, or null if it does not exist. |
StateVariableType |
TransitionEventType.getFromStateNode()
Get the FromState
StateVariableType Node, or null if it does not exist. |
StateVariableType |
TransitionEventType.getToStateNode()
Get the ToState
StateVariableType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends StateVariableType> |
StateMachineType.getCurrentStateNodeAsync()
Asynchronous implementation of
StateMachineType.getCurrentStateNode(). |
CompletableFuture<? extends StateVariableType> |
TransitionEventType.getFromStateNodeAsync()
Asynchronous implementation of
TransitionEventType.getFromStateNode(). |
CompletableFuture<? extends StateVariableType> |
TransitionEventType.getToStateNodeAsync()
Asynchronous implementation of
TransitionEventType.getToStateNode(). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FiniteStateVariableType |
interface |
TwoStateVariableType |
Copyright © 2021. All rights reserved.