Uses of Class
com.prosysopc.ua.server.instantiation.NodeBuilder

Packages that use NodeBuilder
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
 

Uses of NodeBuilder in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return NodeBuilder
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(Class<T> clazz)
          Creates a NodeBuilder for given type.
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(Class<T> clazz, UaNodeBuilderConfiguration configuration)
          Creates a NodeBuilder for given type.
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
          Creates a NodeBuilder for given type.
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(org.opcfoundation.ua.builtintypes.ExpandedNodeId typeId, UaNodeBuilderConfiguration configuration)
          Creates a NodeBuilder for given type.
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
          Creates a NodeBuilder for given type.
<T extends UaInstance>
NodeBuilder<T>
NodeManagerUaNode.createNodeBuilder(org.opcfoundation.ua.builtintypes.NodeId typeId, UaNodeBuilderConfiguration configuration)
          Creates a NodeBuilder for given type.
 

Uses of NodeBuilder in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation that return NodeBuilder
 NodeBuilder<T> NodeBuilder.setBrowseName(org.opcfoundation.ua.builtintypes.QualifiedName name)
          Sets the browse name of the root node of the created UaNode.
 NodeBuilder<T> NodeBuilder.setDefaultNameSpaceIndex(int defaultNameSpaceIndex)
          Sets the default namespace index.
 NodeBuilder<T> NodeBuilder.setDisplayName(org.opcfoundation.ua.builtintypes.LocalizedText name)
          Sets the display name of the root node of the created UaNode.
 NodeBuilder<T> NodeBuilder.setName(String name)
          Sets the name.
 NodeBuilder<T> NodeBuilder.setNodeId(org.opcfoundation.ua.builtintypes.NodeId id)
          Sets the node id of the root node of the created UaNode.
 



Copyright © 2018. All rights reserved.