com.prosysopc.ua.types.adi
Interface AnalyserChannelStateMachineType

All Superinterfaces:
BaseInstanceType, BaseObjectType, FiniteStateMachineType, StateMachineType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
AnalyserChannelStateMachineTypeImpl, AnalyserChannelStateMachineTypeImplBase, AnalyserChannelStateMachineTypeNode, AnalyserChannelStateMachineTypeNodeBase

public interface AnalyserChannelStateMachineType
extends FiniteStateMachineType

Contains a nested state model that defines the top level states Operating, Local and Maintenance

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


Field Summary
static String LOCAL_SUB_STATE_MACHINE
           
static String MAINTENANCE_SUB_STATE_MACHINE
           
static String OPERATING_SUB_STATE_MACHINE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.FiniteStateMachineType
CURRENT_STATE, LAST_TRANSITION
 
Method Summary
 FiniteStateMachineType getLocalSubStateMachineNode()
           
 FiniteStateMachineType getMaintenanceSubStateMachineNode()
           
 AnalyserChannel_OperatingModeSubStateMachineType getOperatingSubStateMachineNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.FiniteStateMachineType
getCurrentState, getCurrentStateNode, getLastTransition, getLastTransitionNode, setCurrentState, setLastTransition
 
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

OPERATING_SUB_STATE_MACHINE

static final String OPERATING_SUB_STATE_MACHINE
See Also:
Constant Field Values

LOCAL_SUB_STATE_MACHINE

static final String LOCAL_SUB_STATE_MACHINE
See Also:
Constant Field Values

MAINTENANCE_SUB_STATE_MACHINE

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

getOperatingSubStateMachineNode

AnalyserChannel_OperatingModeSubStateMachineType getOperatingSubStateMachineNode()

getLocalSubStateMachineNode

FiniteStateMachineType getLocalSubStateMachineNode()

getMaintenanceSubStateMachineNode

FiniteStateMachineType getMaintenanceSubStateMachineNode()


Copyright © 2018. All rights reserved.