Interface ExclusiveLimitStateMachineType
- All Superinterfaces:
BaseObjectType,FiniteStateMachineType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode,StateMachineType
- All Known Implementing Classes:
ExclusiveLimitStateMachineTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the HighHighStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetHighHighNode().Get the HighHighToHighTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetHighHighToHighNode().Get the HighStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetHighNode().Get the HighToHighHighTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetHighToHighHighNode().Get the LowLowStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetLowLowNode().Get the LowLowToLowTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetLowLowToLowNode().Get the LowStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetLowNode().Get the LowToLowLowTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetLowToLowLowNode().Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.FiniteStateMachineType
getAvailableStates, getAvailableStatesNode, getAvailableStatesNodeAsync, getAvailableTransitions, getAvailableTransitionsNode, getAvailableTransitionsNodeAsync, getCurrentState, getCurrentStateNode, getCurrentStateNodeAsync, getLastTransition, getLastTransitionNode, getLastTransitionNodeAsync, readAvailableStates, readAvailableStatesAsync, readAvailableTransitions, readAvailableTransitionsAsync, readCurrentState, readCurrentStateAsync, readLastTransition, readLastTransitionAsync, setAvailableStates, setAvailableTransitions, setCurrentState, setLastTransition, writeAvailableStates, writeAvailableStatesAsync, writeAvailableTransitions, writeAvailableTransitionsAsync, writeCurrentState, writeCurrentStateAsync, writeLastTransition, writeLastTransitionAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Method Details
-
getHighHighNode
Get the HighHighStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HighHigh
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighHighNodeAsync
CompletableFuture<? extends StateType> getHighHighNodeAsync()Asynchronous implementation ofgetHighHighNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighNode
Get the HighStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the High
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighNodeAsync
CompletableFuture<? extends StateType> getHighNodeAsync()Asynchronous implementation ofgetHighNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowNode
Get the LowStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Low
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowNodeAsync
CompletableFuture<? extends StateType> getLowNodeAsync()Asynchronous implementation ofgetLowNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowLowNode
Get the LowLowStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LowLow
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowLowNodeAsync
CompletableFuture<? extends StateType> getLowLowNodeAsync()Asynchronous implementation ofgetLowLowNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowLowToLowNode
Get the LowLowToLowTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LowLowToLow
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowLowToLowNodeAsync
CompletableFuture<? extends TransitionType> getLowLowToLowNodeAsync()Asynchronous implementation ofgetLowLowToLowNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowToLowLowNode
Get the LowToLowLowTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LowToLowLow
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowToLowLowNodeAsync
CompletableFuture<? extends TransitionType> getLowToLowLowNodeAsync()Asynchronous implementation ofgetLowToLowLowNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighHighToHighNode
Get the HighHighToHighTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HighHighToHigh
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighHighToHighNodeAsync
CompletableFuture<? extends TransitionType> getHighHighToHighNodeAsync()Asynchronous implementation ofgetHighHighToHighNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighToHighHighNode
Get the HighToHighHighTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HighToHighHigh
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighToHighHighNodeAsync
CompletableFuture<? extends TransitionType> getHighToHighHighNodeAsync()Asynchronous implementation ofgetHighToHighHighNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-