public interface ExclusiveLimitStateMachineType extends FiniteStateMachineType
| Modifier and Type | Method and Description |
|---|---|
StateType |
getHighHighNode()
Get the HighHigh
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getHighHighNodeAsync()
Asynchronous implementation of
getHighHighNode(). |
TransitionType |
getHighHighToHighNode()
Get the HighHighToHigh
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getHighHighToHighNodeAsync()
Asynchronous implementation of
getHighHighToHighNode(). |
StateType |
getHighNode()
Get the High
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getHighNodeAsync()
Asynchronous implementation of
getHighNode(). |
TransitionType |
getHighToHighHighNode()
Get the HighToHighHigh
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getHighToHighHighNodeAsync()
Asynchronous implementation of
getHighToHighHighNode(). |
StateType |
getLowLowNode()
Get the LowLow
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getLowLowNodeAsync()
Asynchronous implementation of
getLowLowNode(). |
TransitionType |
getLowLowToLowNode()
Get the LowLowToLow
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getLowLowToLowNodeAsync()
Asynchronous implementation of
getLowLowToLowNode(). |
StateType |
getLowNode()
Get the Low
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getLowNodeAsync()
Asynchronous implementation of
getLowNode(). |
TransitionType |
getLowToLowLowNode()
Get the LowToLowLow
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getLowToLowLowNodeAsync()
Asynchronous implementation of
getLowToLowLowNode(). |
getCurrentState, getCurrentStateNode, getCurrentStateNodeAsync, getLastTransition, getLastTransitionNode, getLastTransitionNodeAsync, readCurrentState, readCurrentStateAsync, readLastTransition, readLastTransitionAsync, setCurrentState, setLastTransition, writeCurrentState, writeCurrentStateAsync, writeLastTransition, writeLastTransitionAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskStateType getHighHighNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends StateType> getHighHighNodeAsync()
getHighHighNode().StateType getHighNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends StateType> getHighNodeAsync()
getHighNode().StateType getLowNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends StateType> getLowNodeAsync()
getLowNode().StateType getLowLowNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends StateType> getLowLowNodeAsync()
getLowLowNode().TransitionType getLowLowToLowNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TransitionType> getLowLowToLowNodeAsync()
getLowLowToLowNode().TransitionType getLowToLowLowNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TransitionType> getLowToLowLowNodeAsync()
getLowToLowLowNode().TransitionType getHighHighToHighNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TransitionType> getHighHighToHighNodeAsync()
getHighHighToHighNode().TransitionType getHighToHighHighNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TransitionType> getHighToHighHighNodeAsync()
getHighToHighHighNode().Copyright © 2021. All rights reserved.