com.prosysopc.ua.types.adi
Interface MVAModelType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, ChemometricModelType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
MVAModelTypeImpl, MVAModelTypeImplBase, MVAModelTypeNode, MVAModelTypeNodeBase

public interface MVAModelType
extends ChemometricModelType

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 MAIN_DATA_INDEX
           
static String USER_DEFINED__OUTPUT
           
 
Fields inherited from interface com.prosysopc.ua.types.adi.ChemometricModelType
CREATION_DATE, MODEL_DESCRIPTION, NAME, USER_DEFINED__INPUT
 
Method Summary
 Integer getMainDataIndex()
           
 UaProperty getMainDataIndexNode()
           
 List<? extends MVAOutputParameterType> getUser_defined_OutputNodes()
           
 void setMainDataIndex(Integer value)
           
 
Methods inherited from interface com.prosysopc.ua.types.adi.ChemometricModelType
getCreationDate, getCreationDateNode, getModelDescription, getModelDescriptionNode, getName, getNameNode, getUser_defined_InputNodes, setCreationDate, setModelDescription, setName
 
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

MAIN_DATA_INDEX

static final String MAIN_DATA_INDEX
See Also:
Constant Field Values

USER_DEFINED__OUTPUT

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

getMainDataIndexNode

UaProperty getMainDataIndexNode()

getMainDataIndex

Integer getMainDataIndex()

setMainDataIndex

void setMainDataIndex(Integer value)
                      throws StatusException
Throws:
StatusException

getUser_defined_OutputNodes

List<? extends MVAOutputParameterType> getUser_defined_OutputNodes()
Specified by:
getUser_defined_OutputNodes in interface ChemometricModelType


Copyright © 2018. All rights reserved.