com.prosysopc.ua.types.opcua
Interface StateMachineType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AccessorySlotStateMachineType, AnalyserChannel_OperatingModeExecuteSubStateMachineType, AnalyserChannel_OperatingModeSubStateMachineType, AnalyserChannelStateMachineType, AnalyserDeviceStateMachineType, ExclusiveLimitStateMachineType, FiniteStateMachineType, ProgramStateMachineType, ShelvedStateMachineType
All Known Implementing Classes:
AccessorySlotStateMachineTypeImpl, AccessorySlotStateMachineTypeImplBase, AccessorySlotStateMachineTypeNode, AccessorySlotStateMachineTypeNodeBase, AnalyserChannel_OperatingModeExecuteSubStateMachineTypeImpl, AnalyserChannel_OperatingModeExecuteSubStateMachineTypeImplBase, AnalyserChannel_OperatingModeExecuteSubStateMachineTypeNode, AnalyserChannel_OperatingModeExecuteSubStateMachineTypeNodeBase, AnalyserChannel_OperatingModeSubStateMachineTypeImpl, AnalyserChannel_OperatingModeSubStateMachineTypeImplBase, AnalyserChannel_OperatingModeSubStateMachineTypeNode, AnalyserChannel_OperatingModeSubStateMachineTypeNodeBase, AnalyserChannelStateMachineTypeImpl, AnalyserChannelStateMachineTypeImplBase, AnalyserChannelStateMachineTypeNode, AnalyserChannelStateMachineTypeNodeBase, AnalyserDeviceStateMachineTypeImpl, AnalyserDeviceStateMachineTypeImplBase, AnalyserDeviceStateMachineTypeNode, AnalyserDeviceStateMachineTypeNodeBase, ExclusiveLimitStateMachineTypeImpl, ExclusiveLimitStateMachineTypeImplBase, ExclusiveLimitStateMachineTypeNode, ExclusiveLimitStateMachineTypeNodeBase, FiniteStateMachineTypeImpl, FiniteStateMachineTypeImplBase, FiniteStateMachineTypeNode, FiniteStateMachineTypeNodeBase, ProgramStateMachineTypeImpl, ProgramStateMachineTypeImplBase, ProgramStateMachineTypeNode, ProgramStateMachineTypeNodeBase, ShelvedStateMachineTypeImpl, ShelvedStateMachineTypeImplBase, ShelvedStateMachineTypeNode, ShelvedStateMachineTypeNodeBase, StateMachineTypeImpl, StateMachineTypeImplBase, StateMachineTypeNode, StateMachineTypeNodeBase

public interface StateMachineType
extends BaseObjectType

Generated on 2018-05-09 10:45:27


Field Summary
static String CURRENT_STATE
           
static String LAST_TRANSITION
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.LocalizedText getCurrentState()
           
 StateVariableType getCurrentStateNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getLastTransition()
           
 TransitionVariableType getLastTransitionNode()
           
 void setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

CURRENT_STATE

static final String CURRENT_STATE
See Also:
Constant Field Values

LAST_TRANSITION

static final String LAST_TRANSITION
See Also:
Constant Field Values
Method Detail

getCurrentStateNode

StateVariableType getCurrentStateNode()

getCurrentState

org.opcfoundation.ua.builtintypes.LocalizedText getCurrentState()

setCurrentState

void setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
                     throws StatusException
Throws:
StatusException

getLastTransitionNode

TransitionVariableType getLastTransitionNode()

getLastTransition

org.opcfoundation.ua.builtintypes.LocalizedText getLastTransition()

setLastTransition

void setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
                       throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.