| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| Modifier and Type | Method and Description |
|---|---|
static UaBrowseNamePath |
UaBrowseNamePath.from(ExpandedNodeId startingNode,
UaQualifiedName... pathElements) |
static UaBrowseNamePath |
UaBrowseNamePath.from(ExpandedNodeId startingNode,
UaRelativeNamePath relativePath) |
static UaBrowseNamePath |
UaBrowseNamePath.from(UaNodeId startingNode,
UaQualifiedName... pathElements) |
static UaBrowseNamePath |
UaBrowseNamePath.from(UaNodeId startingNode,
UaRelativeNamePath relativePath) |
UaBrowseNamePath |
UaSimpleAttributeOperand.getBrowsePath()
Returns the BrowsePath from the TypeDefinition to the node used for the operand.
|
| Modifier and Type | Method and Description |
|---|---|
static UaSimpleAttributeOperand |
UaSimpleAttributeOperand.from(UaBrowseNamePath browsePathFromTypeDefinitionId,
UnsignedInteger attributeId)
Returns
UaSimpleAttributeOperand from the given BrowsePath and AttributeId. |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBasedNodeBuilderConfiguration.Builder |
TypeDefinitionBasedNodeBuilderConfiguration.Builder.addOptional(UaBrowseNamePath... browsePaths)
Mark optional nodes to be instantiated.
|
TypeDefinitionBasedNodeBuilderConfiguration.Builder |
TypeDefinitionBasedNodeBuilderConfiguration.Builder.setInstantiationStrategy(UaBrowseNamePath browsePath,
InstantiationStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBasedNodeBuilderConfiguration.Builder |
TypeDefinitionBasedNodeBuilderConfiguration.Builder.addOptional(Collection<UaBrowseNamePath> browsePaths)
Mark optional nodes to be instantiated.
|
Copyright © 2026. All rights reserved.