com.prosysopc.ua.types.opcua
Interface FiniteStateMachineType

All Superinterfaces:
BaseInstanceType, BaseObjectType, StateMachineType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AccessorySlotStateMachineType, AnalyserChannel_OperatingModeExecuteSubStateMachineType, AnalyserChannel_OperatingModeSubStateMachineType, AnalyserChannelStateMachineType, AnalyserDeviceStateMachineType, ExclusiveLimitStateMachineType, 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

public interface FiniteStateMachineType
extends StateMachineType

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()
           
 FiniteStateVariableType getCurrentStateNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getLastTransition()
           
 FiniteTransitionVariableType 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

FiniteStateVariableType getCurrentStateNode()
Specified by:
getCurrentStateNode in interface StateMachineType

getCurrentState

org.opcfoundation.ua.builtintypes.LocalizedText getCurrentState()
Specified by:
getCurrentState in interface StateMachineType

setCurrentState

void setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
                     throws StatusException
Specified by:
setCurrentState in interface StateMachineType
Throws:
StatusException

getLastTransitionNode

FiniteTransitionVariableType getLastTransitionNode()
Specified by:
getLastTransitionNode in interface StateMachineType

getLastTransition

org.opcfoundation.ua.builtintypes.LocalizedText getLastTransition()
Specified by:
getLastTransition in interface StateMachineType

setLastTransition

void setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
                       throws StatusException
Specified by:
setLastTransition in interface StateMachineType
Throws:
StatusException


Copyright © 2018. All rights reserved.