com.prosysopc.ua.types.adi
Interface AnalyserDeviceType

All Superinterfaces:
BaseInstanceType, BaseObjectType, DeviceType, TopologyElementType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AcousticSpectrometerDeviceType, ChromatographDeviceType, MassSpectrometerDeviceType, NMRDeviceType, ParticleSizeMonitorDeviceType, SpectrometerDeviceType
All Known Implementing Classes:
AcousticSpectrometerDeviceTypeImpl, AcousticSpectrometerDeviceTypeImplBase, AcousticSpectrometerDeviceTypeNode, AcousticSpectrometerDeviceTypeNodeBase, AnalyserDeviceTypeImpl, AnalyserDeviceTypeImplBase, AnalyserDeviceTypeNode, AnalyserDeviceTypeNodeBase, ChromatographDeviceTypeImpl, ChromatographDeviceTypeImplBase, ChromatographDeviceTypeNode, ChromatographDeviceTypeNodeBase, MassSpectrometerDeviceTypeImpl, MassSpectrometerDeviceTypeImplBase, MassSpectrometerDeviceTypeNode, MassSpectrometerDeviceTypeNodeBase, NMRDeviceTypeImpl, NMRDeviceTypeImplBase, NMRDeviceTypeNode, NMRDeviceTypeNodeBase, ParticleSizeMonitorDeviceTypeImpl, ParticleSizeMonitorDeviceTypeImplBase, ParticleSizeMonitorDeviceTypeNode, ParticleSizeMonitorDeviceTypeNodeBase, SpectrometerDeviceTypeImpl, SpectrometerDeviceTypeImplBase, SpectrometerDeviceTypeNode, SpectrometerDeviceTypeNodeBase

public interface AnalyserDeviceType
extends DeviceType

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


Field Summary
static String ACCESSORY_SLOT_IDENTIFIER
           
static String ANALYSER_STATE_MACHINE
           
static String CHANNEL_IDENTIFIER
           
static String CONFIGURATION
           
static String FACTORY_SETTINGS
           
static String IDENTIFICATION
           
static String METHOD_SET
           
static String PARAMETER_SET
           
static String STATUS
           
 
Fields inherited from interface com.prosysopc.ua.types.di.DeviceType
C_P_IDENTIFIER, DEVICE_CLASS, DEVICE_HEALTH, DEVICE_MANUAL, DEVICE_REVISION, DEVICE_TYPE_IMAGE, DOCUMENTATION, HARDWARE_REVISION, IMAGE_SET, MANUFACTURER, MODEL, PROTOCOL_SUPPORT, REVISION_COUNTER, SERIAL_NUMBER, SOFTWARE_REVISION
 
Fields inherited from interface com.prosysopc.ua.types.di.TopologyElementType
GROUP_IDENTIFIER, LOCK
 
Method Summary
 AnalyserDeviceStateMachineType getAnalyserStateMachineNode()
           
 FunctionalGroupType getConfigurationNode()
           
 FunctionalGroupType getFactorySettingsNode()
           
 FunctionalGroupType getIdentificationNode()
           
 BaseObjectType getMethodSetNode()
           
 BaseObjectType getParameterSetNode()
           
 FunctionalGroupType getStatusNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.di.DeviceType
getDeviceClass, getDeviceClassNode, getDeviceHealth, getDeviceHealthNode, getDeviceManual, getDeviceManualNode, getDeviceRevision, getDeviceRevisionNode, getDeviceTypeImageNode, getDocumentationNode, getHardwareRevision, getHardwareRevisionNode, getImageSetNode, getManufacturer, getManufacturerNode, getModel, getModelNode, getProtocolSupportNode, getRevisionCounter, getRevisionCounterNode, getSerialNumber, getSerialNumberNode, getSoftwareRevision, getSoftwareRevisionNode, setDeviceClass, setDeviceHealth, setDeviceManual, setDeviceRevision, setHardwareRevision, setManufacturer, setModel, setRevisionCounter, setSerialNumber, setSoftwareRevision
 
Methods inherited from interface com.prosysopc.ua.types.di.TopologyElementType
getLockNode
 
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

PARAMETER_SET

static final String PARAMETER_SET
See Also:
Constant Field Values

METHOD_SET

static final String METHOD_SET
See Also:
Constant Field Values

IDENTIFICATION

static final String IDENTIFICATION
See Also:
Constant Field Values

CONFIGURATION

static final String CONFIGURATION
See Also:
Constant Field Values

STATUS

static final String STATUS
See Also:
Constant Field Values

FACTORY_SETTINGS

static final String FACTORY_SETTINGS
See Also:
Constant Field Values

ANALYSER_STATE_MACHINE

static final String ANALYSER_STATE_MACHINE
See Also:
Constant Field Values

CHANNEL_IDENTIFIER

static final String CHANNEL_IDENTIFIER
See Also:
Constant Field Values

ACCESSORY_SLOT_IDENTIFIER

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

getParameterSetNode

BaseObjectType getParameterSetNode()
Specified by:
getParameterSetNode in interface TopologyElementType

getMethodSetNode

BaseObjectType getMethodSetNode()
Specified by:
getMethodSetNode in interface TopologyElementType

getIdentificationNode

FunctionalGroupType getIdentificationNode()
Specified by:
getIdentificationNode in interface TopologyElementType

getConfigurationNode

FunctionalGroupType getConfigurationNode()

getStatusNode

FunctionalGroupType getStatusNode()

getFactorySettingsNode

FunctionalGroupType getFactorySettingsNode()

getAnalyserStateMachineNode

AnalyserDeviceStateMachineType getAnalyserStateMachineNode()


Copyright © 2018. All rights reserved.