| 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 |
TransitionTypeNode |
| Modifier and Type | Method and Description |
|---|---|
TransitionType |
ProgramStateMachineType.getHaltedToReadyNode()
Get the HaltedToReady
TransitionType Node, or null if it does not exist. |
TransitionType |
ExclusiveLimitStateMachineType.getHighHighToHighNode()
Get the HighHighToHigh
TransitionType Node, or null if it does not exist. |
TransitionType |
ExclusiveLimitStateMachineType.getHighToHighHighNode()
Get the HighToHighHigh
TransitionType Node, or null if it does not exist. |
TransitionType |
ExclusiveLimitStateMachineType.getLowLowToLowNode()
Get the LowLowToLow
TransitionType Node, or null if it does not exist. |
TransitionType |
ExclusiveLimitStateMachineType.getLowToLowLowNode()
Get the LowToLowLow
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getOneShotShelvedToTimedShelvedNode()
Get the OneShotShelvedToTimedShelved
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getOneShotShelvedToUnshelvedNode()
Get the OneShotShelvedToUnshelved
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getReadyToHaltedNode()
Get the ReadyToHalted
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getReadyToRunningNode()
Get the ReadyToRunning
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getRunningToHaltedNode()
Get the RunningToHalted
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getRunningToReadyNode()
Get the RunningToReady
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getRunningToSuspendedNode()
Get the RunningToSuspended
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getSuspendedToHaltedNode()
Get the SuspendedToHalted
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getSuspendedToReadyNode()
Get the SuspendedToReady
TransitionType Node, or null if it does not exist. |
TransitionType |
ProgramStateMachineType.getSuspendedToRunningNode()
Get the SuspendedToRunning
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getTimedShelvedToOneShotShelvedNode()
Get the TimedShelvedToOneShotShelved
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getTimedShelvedToUnshelvedNode()
Get the TimedShelvedToUnshelved
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getUnshelvedToOneShotShelvedNode()
Get the UnshelvedToOneShotShelved
TransitionType Node, or null if it does not exist. |
TransitionType |
ShelvedStateMachineType.getUnshelvedToTimedShelvedNode()
Get the UnshelvedToTimedShelved
TransitionType Node, or null if it does not exist. |
Copyright © 2021. All rights reserved.