| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.model.nodes.objects | |
| org.eclipse.milo.opcua.sdk.client.model.types.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
InitialStateTypeNode |
class |
StateTypeNode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitialStateType |
| Modifier and Type | Method and Description |
|---|---|
StateType |
ProgramStateMachineType.getHaltedNode()
Get the Halted
StateType Node, or null if it does not exist. |
StateType |
ExclusiveLimitStateMachineType.getHighHighNode()
Get the HighHigh
StateType Node, or null if it does not exist. |
StateType |
ExclusiveLimitStateMachineType.getHighNode()
Get the High
StateType Node, or null if it does not exist. |
StateType |
ExclusiveLimitStateMachineType.getLowLowNode()
Get the LowLow
StateType Node, or null if it does not exist. |
StateType |
ExclusiveLimitStateMachineType.getLowNode()
Get the Low
StateType Node, or null if it does not exist. |
StateType |
ShelvedStateMachineType.getOneShotShelvedNode()
Get the OneShotShelved
StateType Node, or null if it does not exist. |
StateType |
ProgramStateMachineType.getReadyNode()
Get the Ready
StateType Node, or null if it does not exist. |
StateType |
ProgramStateMachineType.getRunningNode()
Get the Running
StateType Node, or null if it does not exist. |
StateType |
ProgramStateMachineType.getSuspendedNode()
Get the Suspended
StateType Node, or null if it does not exist. |
StateType |
ShelvedStateMachineType.getTimedShelvedNode()
Get the TimedShelved
StateType Node, or null if it does not exist. |
StateType |
ShelvedStateMachineType.getUnshelvedNode()
Get the Unshelved
StateType Node, or null if it does not exist. |
Copyright © 2021. All rights reserved.