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
| 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 |
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
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.