com.prosysopc.ua.types.adi
Interface ChemometricModelType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Subinterfaces:
MVAModelType
All Known Implementing Classes:
ChemometricModelTypeImpl, ChemometricModelTypeImplBase, ChemometricModelTypeNode, ChemometricModelTypeNodeBase, MVAModelTypeImpl, MVAModelTypeImplBase, MVAModelTypeNode, MVAModelTypeNodeBase

public interface ChemometricModelType
extends BaseDataVariableType

Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.

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


Field Summary
static String CREATION_DATE
           
static String MODEL_DESCRIPTION
           
static String NAME
           
static String USER_DEFINED__INPUT
           
static String USER_DEFINED__OUTPUT
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.DateTime getCreationDate()
           
 UaProperty getCreationDateNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getModelDescription()
           
 UaProperty getModelDescriptionNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getName()
           
 UaProperty getNameNode()
           
 List<? extends BaseVariableType> getUser_defined_InputNodes()
           
 List<? extends BaseVariableType> getUser_defined_OutputNodes()
           
 void setCreationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setModelDescription(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
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

NAME

static final String NAME
See Also:
Constant Field Values

CREATION_DATE

static final String CREATION_DATE
See Also:
Constant Field Values

MODEL_DESCRIPTION

static final String MODEL_DESCRIPTION
See Also:
Constant Field Values

USER_DEFINED__INPUT

static final String USER_DEFINED__INPUT
See Also:
Constant Field Values

USER_DEFINED__OUTPUT

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

getNameNode

UaProperty getNameNode()

getName

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

setName

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

getCreationDateNode

UaProperty getCreationDateNode()

getCreationDate

org.opcfoundation.ua.builtintypes.DateTime getCreationDate()

setCreationDate

void setCreationDate(org.opcfoundation.ua.builtintypes.DateTime value)
                     throws StatusException
Throws:
StatusException

getModelDescriptionNode

UaProperty getModelDescriptionNode()

getModelDescription

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

setModelDescription

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

getUser_defined_InputNodes

List<? extends BaseVariableType> getUser_defined_InputNodes()

getUser_defined_OutputNodes

List<? extends BaseVariableType> getUser_defined_OutputNodes()


Copyright © 2018. All rights reserved.